/* * integ.h * * Prototypes for 'init' and 'run' routines. */ #ifndef INTEG_H #define INTEG_H #include "mdengine.h" #ifdef __cplusplus extern "C" { #endif MD_Errcode deven_init(MD_Sim *sim); MD_Errcode deven_run(MD_Sim *sim, MD_Int numsteps); #ifdef __cplusplus } #endif #endif /* INTEG_H */