#ifndef _DEFORMATION_TXX #define _DEFORMATION_TXX #include "Deformation.h" namespace mial { template int Deformation::getStatus() { return status; } template std::string Deformation::getName() { return name; } } // end namespace mial #endif