// Velocity class template implementation // (see Velocity.hpp for information) #include "global.hpp" #include "velocity.hpp" template char* Velocity::units = "meters per second";