New specific coordinate type
This commit is contained in:
parent
db5e9b5cde
commit
b6b868f98d
@ -21,6 +21,11 @@ namespace CosmoTool
|
||||
*/
|
||||
typedef double Coordinates[NUMDIMS];
|
||||
|
||||
/*
|
||||
* Single precision coordinates.
|
||||
*/
|
||||
typedef float FCoordinates[NUMDIMS];
|
||||
|
||||
/**
|
||||
* This function is used whenever one needs a general
|
||||
* conversion between mass and luminosity (or the opposite).
|
||||
|
Loading…
Reference in New Issue
Block a user