|
From: Matthias S. <mat...@us...> - 2007-03-31 01:17:19
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21284/systems/cgs Modified Files: base.hpp Log Message: include angle conversions in conversion_headers.hpp in angle header files, add dimensionless unit static consts to SI, CGS Index: base.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs/base.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- base.hpp 29 Mar 2007 17:21:04 -0000 1.3 +++ base.hpp 31 Mar 2007 01:17:17 -0000 1.4 @@ -76,48 +76,6 @@ static std::string symbol() { return "s"; } }; -//template<> -//struct base_unit_info<current_tag,CGS::system_tag> -//{ -// static std::string name() { return "biot"; } -// static std::string symbol() { return "Bi"; } -//}; -// -//template<> -//struct base_unit_info<temperature_tag,CGS::system_tag> -//{ -// static std::string name() { return "kelvin"; } -// static std::string symbol() { return "K"; } -//}; -// -//template<> -//struct base_unit_info<amount_tag,CGS::system_tag> -//{ -// static std::string name() { return "mole"; } -// static std::string symbol() { return "mol"; } -//}; -// -//template<> -//struct base_unit_info<intensity_tag,CGS::system_tag> -//{ -// static std::string name() { return "candela"; } -// static std::string symbol() { return "cd"; } -//}; -// -//template<> -//struct base_unit_info<angle_tag,CGS::system_tag> -//{ -// static std::string name() { return "radian"; } -// static std::string symbol() { return "rd"; } -//}; -// -//template<> -//struct base_unit_info<solid_angle_tag,CGS::system_tag> -//{ -// static std::string name() { return "steradian"; } -// static std::string symbol() { return "sr"; } -//}; - } // namespace units } // namespace boost |