|
From: Matthias S. <mat...@us...> - 2007-03-29 17:21:05
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16523/boost/units/systems Modified Files: cgs.hpp Log Message: remove non-CGS base units from CGS system Index: cgs.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cgs.hpp 29 Mar 2007 00:33:16 -0000 1.2 +++ cgs.hpp 29 Mar 2007 17:21:04 -0000 1.3 @@ -23,16 +23,16 @@ #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/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/catalytic_activity.hpp> #include <boost/units/systems/cgs/energy.hpp> #include <boost/units/systems/cgs/force.hpp> #include <boost/units/systems/cgs/frequency.hpp> |