|
From: Matthias S. <mat...@us...> - 2007-04-02 03:15:24
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7326/systems/cgs Modified Files: frequency.hpp Log Message: changed angle syntax Index: frequency.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs/frequency.hpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- frequency.hpp 16 Mar 2007 18:12:44 -0000 1.1.1.1 +++ frequency.hpp 2 Apr 2007 03:15:14 -0000 1.2 @@ -21,8 +21,6 @@ typedef unit<frequency_type,CGS::system> frequency; -BOOST_UNITS_STATIC_CONSTANT(hertz,frequency); - } // namespace CGS } // namespace units |