Gromacs  2020.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
anonymous_namespace{timeunitmanager.cpp} Namespace Reference

Variables

const char *const g_timeUnits [] = { "fs", "ps", "ns", "us", "ms", "s" }
 Enum values for a time unit. More...
 
const double g_timeScaleFactors [] = { 1e-3, 1, 1e3, 1e6, 1e9, 1e12 }
 Scaling factors from each time unit to internal units (=picoseconds). More...
 

Variable Documentation

const double anonymous_namespace{timeunitmanager.cpp}::g_timeScaleFactors[] = { 1e-3, 1, 1e3, 1e6, 1e9, 1e12 }

Scaling factors from each time unit to internal units (=picoseconds).

These must correspond to the TimeUnit enum in the header!

const char* const anonymous_namespace{timeunitmanager.cpp}::g_timeUnits[] = { "fs", "ps", "ns", "us", "ms", "s" }

Enum values for a time unit.

These must correspond to the TimeUnit enum in the header!