Update.
[universe.git] / misc.h
diff --git a/misc.h b/misc.h
index add2acd..f3a21f0 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -14,7 +14,8 @@
 #define ASSERT(x, s)
 #endif
 
-typedef float scalar_t;
+// typedef float scalar_t;
+typedef double scalar_t;
 
 inline scalar_t sq(scalar_t x) { return x*x; }