|
From: Matthias S. <mat...@us...> - 2007-04-10 22:58:48
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angle In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11216/systems/angle Modified Files: degrees.hpp gradians.hpp Log Message: change dimension tagging Index: gradians.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angle/gradians.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- gradians.hpp 4 Apr 2007 19:52:59 -0000 1.1 +++ gradians.hpp 10 Apr 2007 22:58:42 -0000 1.2 @@ -59,7 +59,7 @@ } // namespace gradian template<> -struct base_unit_info<plane_angle_tag,gradian::system_tag> +struct base_unit_info<plane_angle_dim,gradian::system_tag> { static std::string name() { return "gradian"; } static std::string symbol() { return "grad"; } Index: degrees.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/angle/degrees.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- degrees.hpp 4 Apr 2007 19:52:59 -0000 1.1 +++ degrees.hpp 10 Apr 2007 22:58:42 -0000 1.2 @@ -59,7 +59,7 @@ } // namespace degree template<> -struct base_unit_info<plane_angle_tag,degree::system_tag> +struct base_unit_info<plane_angle_dim,degree::system_tag> { static std::string name() { return "degree"; } static std::string symbol() { return "deg"; } |