Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20378/systems
Modified Files:
cgs.hpp si.hpp
Log Message:
cleanup commented-out code
Index: cgs.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cgs.hpp 29 Mar 2007 17:21:04 -0000 1.3
+++ cgs.hpp 30 Mar 2007 23:57:49 -0000 1.4
@@ -23,16 +23,9 @@
#include <boost/units/systems/cgs/length.hpp>
#include <boost/units/systems/cgs/mass.hpp>
#include <boost/units/systems/cgs/time.hpp>
-//#include <boost/units/systems/cgs/current.hpp>
-//#include <boost/units/systems/cgs/temperature.hpp>
-//#include <boost/units/systems/cgs/amount.hpp>
-//#include <boost/units/systems/cgs/intensity.hpp>
-//#include <boost/units/systems/cgs/angle.hpp>
-//#include <boost/units/systems/cgs/solid_angle.hpp>
#include <boost/units/systems/cgs/acceleration.hpp>
#include <boost/units/systems/cgs/area.hpp>
-//#include <boost/units/systems/cgs/catalytic_activity.hpp>
#include <boost/units/systems/cgs/energy.hpp>
#include <boost/units/systems/cgs/force.hpp>
#include <boost/units/systems/cgs/frequency.hpp>
Index: si.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/si.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- si.hpp 29 Mar 2007 19:10:39 -0000 1.3
+++ si.hpp 30 Mar 2007 23:57:49 -0000 1.4
@@ -26,9 +26,6 @@
#include <boost/units/systems/si/current.hpp>
#include <boost/units/systems/si/temperature.hpp>
#include <boost/units/systems/si/amount.hpp>
-//#include <boost/units/systems/si/intensity.hpp>
-//#include <boost/units/systems/si/angle.hpp>
-//#include <boost/units/systems/si/solid_angle.hpp>
#include <boost/units/systems/si/acceleration.hpp>
#include <boost/units/systems/si/area.hpp>
@@ -59,8 +56,6 @@
#include <boost/units/systems/si/resistivity.hpp>
#include <boost/units/systems/si/catalytic_activity.hpp>
-//#include <boost/units/systems/si/illuminance.hpp>
-//#include <boost/units/systems/si/luminous_flux.hpp>
#include <boost/units/systems/si/wavenumber.hpp>
#endif // BOOST_UNITS_SI_HPP
|