diff options
Diffstat (limited to 'src/solvers/solvers.h')
| -rw-r--r-- | src/solvers/solvers.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/solvers/solvers.h b/src/solvers/solvers.h index f9f2287..fab6e27 100644 --- a/src/solvers/solvers.h +++ b/src/solvers/solvers.h | |||
| @@ -1,9 +1,14 @@ | |||
| 1 | #ifndef SOLVERS_SOLVERS_H | ||
| 2 | #define SOLVERS_SOLVERS_H | ||
| 3 | |||
| 1 | #include "solutions_types_macros.h" | 4 | #include "solutions_types_macros.h" |
| 2 | #include "solutions.h" | 5 | #include "solutions.h" |
| 3 | #include "tables_types_macros.h" | 6 | #include "tables_types_macros.h" |
| 4 | #include "tables.h" | 7 | #include "tables.h" |
| 5 | #include "distribution.h" | 8 | #include "distribution.h" |
| 6 | /*#include "coord/coord.h"*/ | 9 | #include "coord/coord.h" |
| 7 | #include "twostep/twostep.h" | 10 | #include "twostep/twostep.h" |
| 8 | #include "h48/h48.h" | 11 | #include "h48/h48.h" |
| 9 | #include "dispatch.h" | 12 | #include "dispatch.h" |
| 13 | |||
| 14 | #endif /* SOLVERS_SOLVERS_H */ | ||
