New specific coordinate type
This commit is contained in:
parent
db5e9b5cde
commit
b6b868f98d
@ -20,6 +20,11 @@ namespace CosmoTool
|
|||||||
* Coordinate type (should be a 3-array).
|
* Coordinate type (should be a 3-array).
|
||||||
*/
|
*/
|
||||||
typedef double Coordinates[NUMDIMS];
|
typedef double Coordinates[NUMDIMS];
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Single precision coordinates.
|
||||||
|
*/
|
||||||
|
typedef float FCoordinates[NUMDIMS];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function is used whenever one needs a general
|
* This function is used whenever one needs a general
|
||||||
|
Loading…
Reference in New Issue
Block a user