11 lines
136 B
C
11 lines
136 B
C
/* a quick ls_step.h */
|
|
|
|
|
|
#ifndef _LS_STEP_H
|
|
#define _LS_STEP_H
|
|
|
|
|
|
void ls_step( SCALAR dt, int Initialize );
|
|
|
|
|
|
#endif /* _LS_STEP_H */
|