#ifndef GeomCPP
#define GeomCPP
/*---------------------------------------------------------------------------------*/
//#include "Funcs.cpp"
#include "TTPunct.cpp"
typedef TTPunct<short>  TshortPunct;
typedef TTPunct<long>   TlongPunct;
typedef TTPunct<float>  TfloatPunct;
typedef TTPunct<double> TdoublePunct;
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
#endif
