From b6b868f98ddf54e41e2003ef0601415b9fbfff3a Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 9 Jan 2009 19:10:49 -0600 Subject: [PATCH] New specific coordinate type --- src/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.hpp b/src/config.hpp index 8d8a4be..3f3a544 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -20,6 +20,11 @@ namespace CosmoTool * Coordinate type (should be a 3-array). */ typedef double Coordinates[NUMDIMS]; + + /* + * Single precision coordinates. + */ + typedef float FCoordinates[NUMDIMS]; /** * This function is used whenever one needs a general