chiark / gitweb /
can rotate but does not normalise
[moebius2.git] / common.h
index 52f2e5b15781e6c6dba388968def3535c6ae5a89..88ec865226297a1bcced0312bdd8c91a40febf82 100644 (file)
--- a/common.h
+++ b/common.h
@@ -46,8 +46,8 @@ void gsldie(int l, const char *what, int status);
 
 #define K FOR_COORD(k)
 
-#define STATIC_GSL_VECTOR(x) static gsl_vector x##_gsl= { D3,1,&x[0] };
-#define STATIC_GSL_MATRIX(x) static gsl_matrix x##_gsl= { D3,D3,D3,&x[0][0] };
+#define GSL_VECTOR(x) gsl_vector x##_gsl= { D3,1,&x[0] };
+#define GSL_MATRIX(x) gsl_matrix x##_gsl= { D3,D3,D3,&x[0][0] };
 
 #ifdef FP_FAST_FMA
 # define fma_fast fma