diff options
Diffstat (limited to 'src/solvers/twostep/twostep.h')
| -rw-r--r-- | src/solvers/twostep/twostep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/twostep/twostep.h b/src/solvers/twostep/twostep.h index 8947a50..afb49da 100644 --- a/src/solvers/twostep/twostep.h +++ b/src/solvers/twostep/twostep.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SRC_SOLVERS_TWOSTEP_TWOSTEP_H | ||
| 2 | #define SRC_SOLVERS_TWOSTEP_TWOSTEP_H | ||
| 3 | |||
| 1 | #include "../coord/coord.h" | 4 | #include "../coord/coord.h" |
| 2 | 5 | ||
| 3 | STATIC long long dataid_twostep(const char *, char [SIZE(NISSY_SIZE_DATAID)]); | 6 | STATIC long long dataid_twostep(const char *, char [SIZE(NISSY_SIZE_DATAID)]); |
| @@ -91,3 +94,5 @@ solve_twostep( | |||
| 91 | { | 94 | { |
| 92 | //TODO | 95 | //TODO |
| 93 | } | 96 | } |
| 97 | |||
| 98 | #endif /* SRC_SOLVERS_TWOSTEP_TWOSTEP_H */ | ||
