// Acceleration class implementation // -------------------------- // To allow this class to be used independently, funtions that // interact with other physical quantity classes are not defined // here. See Newton.cpp for some of them. #include "global.hpp" #include "Acceleration.hpp"