/* 
   Private context for a Newton line search method for solving
   systems of nonlinear equations
 */

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

typedef struct {

} SNES_LS;

#endif
