fix arrays reading in C, add type Real for double or float
[valse.git] / src / sources / utils.h
index 0c5a8d8..b33c69e 100644 (file)
@@ -1,6 +1,16 @@
 #ifndef valse_utils_H
 #define valse_utils_H
 
+//#include <stdint.h>
+
+/********
+ * Types
+ *******/
+
+typedef float Real;
+//typedef uint32_t UInt;
+//typedef int32_t Int;
+
 /*******************
  * tune parallelism
  *******************/