/* 
   Private context for Richardson iteration
*/

#ifndef __SNES_NCG_H
#define __SNES_NCG_H
#include <private/snesimpl.h>

typedef struct {
  /* Line Search Parameters */
} SNES_NCG;

#endif
