commit f258fc48fbe7fd7b13933413e0dbd2a99529a4b0
parent d24fa9ca8f7fa97cd841d8ffc33d0ec04228c7f4
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 4 Oct 2019 17:34:13 +0200
Fix a missing static in header
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/senc2d_s2d_wrapper.h b/src/senc2d_s2d_wrapper.h
@@ -21,7 +21,7 @@
#include <rsys/rsys.h>
#include <rsys/float2.h>
-FINLINE void
+static FINLINE void
senc2d_descriptor_get_global_indices__
(const unsigned iseg,
unsigned indices[2],
@@ -49,7 +49,7 @@ senc2d_descriptor_get_global_vertices__
f2_set_d2(coord, tmp);
}
-FINLINE void
+static FINLINE void
senc2d_enclosure_get_segment__
(const unsigned iseg,
unsigned indices[2],