Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21284/systems
Modified Files:
cgs.hpp si.hpp
Log Message:
include angle conversions in conversion_headers.hpp in angle header files,
add dimensionless unit static consts to SI, CGS
Index: cgs.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/cgs.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cgs.hpp 30 Mar 2007 23:57:49 -0000 1.4
+++ cgs.hpp 31 Mar 2007 01:17:17 -0000 1.5
@@ -20,6 +20,7 @@
#include <boost/units/systems/cgs/base.hpp>
+#include <boost/units/systems/cgs/dimensionless.hpp>
#include <boost/units/systems/cgs/length.hpp>
#include <boost/units/systems/cgs/mass.hpp>
#include <boost/units/systems/cgs/time.hpp>
Index: si.hpp
===================================================================
RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/systems/si.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- si.hpp 30 Mar 2007 23:57:49 -0000 1.4
+++ si.hpp 31 Mar 2007 01:17:17 -0000 1.5
@@ -20,6 +20,7 @@
#include <boost/units/systems/si/base.hpp>
+#include <boost/units/systems/si/dimensionless.hpp>
#include <boost/units/systems/si/length.hpp>
#include <boost/units/systems/si/mass.hpp>
#include <boost/units/systems/si/time.hpp>
|