/* Private context for Richardson iteration */ #ifndef __SNES_NCG_H #define __SNES_NCG_H #include typedef struct { /* Line Search Parameters */ } SNES_NCG; #endif