constants.h 116 B

123
  1. enum CoordinateSystem {sysCenterOfMass, sysLaboratory};
  2. const CoordinateSystem gCoordinateSystem = sysCenterOfMass;