|
From: Steven W. <ste...@us...> - 2007-04-14 21:55:55
|
Update of /cvsroot/boost-sandbox/boost-sandbox/boost/units In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6416/boost-sandbox/boost/units Modified Files: is_dimensionless_quantity.hpp is_dimensionless_unit.hpp Log Message: new base_dimension and made all tests and examples pass Index: is_dimensionless_quantity.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/is_dimensionless_quantity.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- is_dimensionless_quantity.hpp 13 Apr 2007 04:53:44 -0000 1.1 +++ is_dimensionless_quantity.hpp 14 Apr 2007 21:55:54 -0000 1.2 @@ -28,4 +28,4 @@ } // namespace boost -#endif // BOOST_UNITS_IS_DIMENSIONLESS_QUANTITY_HPP \ No newline at end of file +#endif // BOOST_UNITS_IS_DIMENSIONLESS_QUANTITY_HPP Index: is_dimensionless_unit.hpp =================================================================== RCS file: /cvsroot/boost-sandbox/boost-sandbox/boost/units/is_dimensionless_unit.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- is_dimensionless_unit.hpp 13 Apr 2007 04:53:44 -0000 1.1 +++ is_dimensionless_unit.hpp 14 Apr 2007 21:55:54 -0000 1.2 @@ -28,4 +28,4 @@ } // namespace boost -#endif // BOOST_UNITS_IS_DIMENSIONLESS_UNIT_HPP \ No newline at end of file +#endif // BOOST_UNITS_IS_DIMENSIONLESS_UNIT_HPP |