Fraxinus  18.10
An IGT application
precision.hpp
Go to the documentation of this file.
1 #ifndef PRECISION_H
2 #define PRECISION_H
3 
4 // The type to use for all internal calculations
5 // Haven't tested with anything else than double, things may break!
6 //#define D double
7 // The type to assume a metaimage contains
8 #define inData_t float
9 
10 
11 #endif