9 #ifndef IMPNPCTRANSPORT_ENUMS_H 
   10 #define IMPNPCTRANSPORT_ENUMS_H 
   12 #include "npctransport_config.h" 
   15 IMPNPCTRANSPORT_BEGIN_NAMESPACE
 
   17 const double FS_IN_NS = 1.0E+6;
 
   19 const double MAX_DOUBLE = std::numeric_limits< double >::max();
 
   21 const double HALF_SQRT_MAX_DOUBLE = 0.5 * std::sqrt( MAX_DOUBLE );
 
   23 IMPNPCTRANSPORT_END_NAMESPACE