|
From: Matthias S. <mat...@us...> - 2007-03-31 01:17:19
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/si In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21284/systems/si 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/si/base.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- base.hpp 29 Mar 2007 19:10:40 -0000 1.3 +++ base.hpp 31 Mar 2007 01:17:17 -0000 1.4 @@ -96,27 +96,6 @@ static std::string name() { return "mole"; } static std::string symbol() { return "mol"; } }; - -//template<> -//struct base_unit_info<intensity_tag,SI::system_tag> -//{ -// static std::string name() { return "candela"; } -// static std::string symbol() { return "cd"; } -//}; - -//template<> -//struct base_unit_info<angle_tag,SI::system_tag> -//{ -// static std::string name() { return "radian"; } -// static std::string symbol() { return "rd"; } -//}; -// -//template<> -//struct base_unit_info<solid_angle_tag,SI::system_tag> -//{ -// static std::string name() { return "steradian"; } -// static std::string symbol() { return "sr"; } -//}; } // namespace units |