From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/solvers/coord/list.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/coord/list.h') 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 @@ +#ifndef SOLVERS_COORD_LIST_H +#define SOLVERS_COORD_LIST_H + coord_t *all_coordinates[] = { &coordinate_eo, &coordinate_dr, @@ -15,3 +18,5 @@ multicoord_t *all_multicoordinates[] = { &multicoordinate_drfin, NULL }; + +#endif /* SOLVERS_COORD_LIST_H */ -- cgit v1.3