$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: matthiasschabel_at_[hidden]
Date: 2007-06-06 01:15:40
Author: matthiasschabel
Date: 2007-06-06 01:15:39 EDT (Wed, 06 Jun 2007)
New Revision: 4466
URL: http://svn.boost.org/trac/boost/changeset/4466
Log:
edit comments
Text files modified: 
   sandbox/units/libs/units/example/test_system.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/units/libs/units/example/test_system.hpp
==============================================================================
--- sandbox/units/libs/units/example/test_system.hpp	(original)
+++ sandbox/units/libs/units/example/test_system.hpp	2007-06-06 01:15:39 EDT (Wed, 06 Jun 2007)
@@ -28,7 +28,7 @@
 namespace units {
 
 //[test_system_snippet_1
-struct length_base_dimension : boost::units::base_dimension<length_base_dimension, 1> { };      ///> base dimension of length
+struct length_base_dimension : boost::units::base_dimension<length_base_dimension,1> { };       ///> base dimension of length
 struct mass_base_dimension : boost::units::base_dimension<mass_base_dimension,2> { };           ///> base dimension of mass
 struct time_base_dimension : boost::units::base_dimension<time_base_dimension,3> { };           ///> base dimension of time
 //]