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