diff options
Diffstat (limited to 'src/solvers/coord/list.h')
| -rw-r--r-- | src/solvers/coord/list.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/coord/list.h b/src/solvers/coord/list.h index 6856c13..71f7920 100644 --- a/src/solvers/coord/list.h +++ b/src/solvers/coord/list.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_COORD_LIST_H | ||
| 2 | #define SOLVERS_COORD_LIST_H | ||
| 3 | |||
| 1 | coord_t *all_coordinates[] = { | 4 | coord_t *all_coordinates[] = { |
| 2 | &coordinate_eo, | 5 | &coordinate_eo, |
| 3 | &coordinate_dr, | 6 | &coordinate_dr, |
| @@ -15,3 +18,5 @@ multicoord_t *all_multicoordinates[] = { | |||
| 15 | &multicoordinate_drfin, | 18 | &multicoordinate_drfin, |
| 16 | NULL | 19 | NULL |
| 17 | }; | 20 | }; |
| 21 | |||
| 22 | #endif /* SOLVERS_COORD_LIST_H */ | ||
