/** CbmLitFloat.h * @author Andrey Lebedev * @since 2009 * @version 1.0 ** ** The header defines the type "myf" that will be used in the ** littrack. The type is either float or double. This helps easily switch ** between different floating types. **/ #ifndef CBMLITFLOAT_H_ #define CBMLITFLOAT_H_ typedef double myf; #endif /*CBMLITFLOAT_H_*/