/** CbmLitFloat.h * @author Andrey Lebedev * @since 2009 * @version 1.0 ** ** Header defines type "myf" that is used in the ** littrack. This 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_*/