/* a quick ls_model.h */ #ifndef _LS_MODEL_H #define _LS_MODEL_H void ls_model( SCALAR dt, int Initialize ); #endif /* _LS_MODEL_H */