Boost logo

Boost-Commit :

From: matthiasschabel_at_[hidden]
Date: 2007-06-06 01:15:12


Author: matthiasschabel
Date: 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
New Revision: 4465
URL: http://svn.boost.org/trac/boost/changeset/4465

Log:
correct notation for current base unit

Text files modified:
   sandbox/units/boost/units/systems/si/capacitance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/conductance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/conductivity.hpp | 2 +-
   sandbox/units/boost/units/systems/si/electric_charge.hpp | 2 +-
   sandbox/units/boost/units/systems/si/electric_potential.hpp | 2 +-
   sandbox/units/boost/units/systems/si/impedance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/inductance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/magnetic_field_intensity.hpp | 2 +-
   sandbox/units/boost/units/systems/si/magnetic_flux.hpp | 2 +-
   sandbox/units/boost/units/systems/si/magnetic_flux_density.hpp | 2 +-
   sandbox/units/boost/units/systems/si/permeability.hpp | 2 +-
   sandbox/units/boost/units/systems/si/permittivity.hpp | 2 +-
   sandbox/units/boost/units/systems/si/reluctance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/resistance.hpp | 2 +-
   sandbox/units/boost/units/systems/si/resistivity.hpp | 2 +-
   15 files changed, 15 insertions(+), 15 deletions(-)

Modified: sandbox/units/boost/units/systems/si/capacitance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/capacitance.hpp (original)
+++ sandbox/units/boost/units/systems/si/capacitance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// capacitance : L^-2 M^-1 T^4 C^2
+/// capacitance : L^-2 M^-1 T^4 I^2
 typedef derived_dimension<length_base_dimension,-2,mass_base_dimension,-1,time_base_dimension,4,current_base_dimension,2>::type capacitance_type;
 
 typedef unit<SI::capacitance_type,SI::system> capacitance;

Modified: sandbox/units/boost/units/systems/si/conductance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/conductance.hpp (original)
+++ sandbox/units/boost/units/systems/si/conductance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// conductance : L^-2 M^-1 T^3 C^2
+/// conductance : L^-2 M^-1 T^3 I^2
 typedef derived_dimension<length_base_dimension,-2,mass_base_dimension,-1,time_base_dimension,3,current_base_dimension,2>::type conductance_type;
 
 typedef unit<SI::conductance_type,SI::system> conductance;

Modified: sandbox/units/boost/units/systems/si/conductivity.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/conductivity.hpp (original)
+++ sandbox/units/boost/units/systems/si/conductivity.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// conductivity : L^-3 M^-1 T^3 C^2
+/// conductivity : L^-3 M^-1 T^3 I^2
 typedef derived_dimension<length_base_dimension,-3,mass_base_dimension,-1,time_base_dimension,3,current_base_dimension,2>::type conductivity_type;
 
 typedef unit<SI::conductivity_type,SI::system> conductivity;

Modified: sandbox/units/boost/units/systems/si/electric_charge.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/electric_charge.hpp (original)
+++ sandbox/units/boost/units/systems/si/electric_charge.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// electric charge : T^1 C^1
+/// electric charge : T^1 I^1
 typedef derived_dimension<time_base_dimension,1,current_base_dimension,1>::type electric_charge_type;
 
 typedef unit<SI::electric_charge_type,SI::system> electric_charge;

Modified: sandbox/units/boost/units/systems/si/electric_potential.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/electric_potential.hpp (original)
+++ sandbox/units/boost/units/systems/si/electric_potential.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// electric potential : L^2 M T^-3 C^-1
+/// electric potential : L^2 M T^-3 I^-1
 typedef derived_dimension<length_base_dimension,2,mass_base_dimension,1,time_base_dimension,-3,current_base_dimension,-1>::type electric_potential_type;
 
 typedef unit<SI::electric_potential_type,SI::system> electric_potential;

Modified: sandbox/units/boost/units/systems/si/impedance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/impedance.hpp (original)
+++ sandbox/units/boost/units/systems/si/impedance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// impedance : L^2 M T^-3 C^-2
+/// impedance : L^2 M T^-3 I^-2
 typedef derived_dimension<length_base_dimension,2,mass_base_dimension,1,time_base_dimension,-3,current_base_dimension,-2>::type impedance_type;
 
 typedef unit<SI::impedance_type,SI::system> impedance;

Modified: sandbox/units/boost/units/systems/si/inductance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/inductance.hpp (original)
+++ sandbox/units/boost/units/systems/si/inductance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// inductance : L^2 M T^-2 C^-2
+/// inductance : L^2 M T^-2 I^-2
 typedef derived_dimension<length_base_dimension,2,mass_base_dimension,1,time_base_dimension,-2,current_base_dimension,-2>::type inductance_type;
 
 typedef unit<SI::inductance_type,SI::system> inductance;

Modified: sandbox/units/boost/units/systems/si/magnetic_field_intensity.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/magnetic_field_intensity.hpp (original)
+++ sandbox/units/boost/units/systems/si/magnetic_field_intensity.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// magnetic field intensity : L^-1 C
+/// magnetic field intensity : L^-1 I
 typedef derived_dimension<length_base_dimension,-1,current_base_dimension,1>::type magnetic_field_intensity_type;
 
 typedef unit<SI::magnetic_field_intensity_type,SI::system> magnetic_field_intensity;

Modified: sandbox/units/boost/units/systems/si/magnetic_flux.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/magnetic_flux.hpp (original)
+++ sandbox/units/boost/units/systems/si/magnetic_flux.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// magnetic flux : L^2 M T^-2 C^-1
+/// magnetic flux : L^2 M T^-2 I^-1
 typedef derived_dimension<length_base_dimension,2,mass_base_dimension,1,time_base_dimension,-2,current_base_dimension,-1>::type magnetic_flux_type;
 
 typedef unit<SI::magnetic_flux_type,SI::system> magnetic_flux;

Modified: sandbox/units/boost/units/systems/si/magnetic_flux_density.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/magnetic_flux_density.hpp (original)
+++ sandbox/units/boost/units/systems/si/magnetic_flux_density.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// magnetic flux density : M T^-2 C^-1
+/// magnetic flux density : M T^-2 I^-1
 typedef derived_dimension<mass_base_dimension,1,time_base_dimension,-2,current_base_dimension,-1>::type magnetic_flux_density_type;
 
 typedef unit<SI::magnetic_flux_density_type,SI::system> magnetic_flux_density;

Modified: sandbox/units/boost/units/systems/si/permeability.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/permeability.hpp (original)
+++ sandbox/units/boost/units/systems/si/permeability.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// permeability : L M T^-2 C^-2
+/// permeability : L M T^-2 I^-2
 typedef derived_dimension<length_base_dimension,1,mass_base_dimension,1,time_base_dimension,-2,current_base_dimension,-2>::type permeability_type;
 
 typedef unit<SI::permeability_type,SI::system> permeability;

Modified: sandbox/units/boost/units/systems/si/permittivity.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/permittivity.hpp (original)
+++ sandbox/units/boost/units/systems/si/permittivity.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// permittivity : L^-3 M^-1 T^4 C^2
+/// permittivity : L^-3 M^-1 T^4 I^2
 typedef derived_dimension<length_base_dimension,-3,mass_base_dimension,-1,time_base_dimension,4,current_base_dimension,2>::type permittivity_type;
 
 typedef unit<SI::permittivity_type,SI::system> permittivity;

Modified: sandbox/units/boost/units/systems/si/reluctance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/reluctance.hpp (original)
+++ sandbox/units/boost/units/systems/si/reluctance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// reluctance : L^-2 M^-1 T^2 C^2
+/// reluctance : L^-2 M^-1 T^2 I^2
 typedef derived_dimension<length_base_dimension,-2,mass_base_dimension,-1,time_base_dimension,2,current_base_dimension,2>::type reluctance_type;
 
 typedef unit<SI::reluctance_type,SI::system> reluctance;

Modified: sandbox/units/boost/units/systems/si/resistance.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/resistance.hpp (original)
+++ sandbox/units/boost/units/systems/si/resistance.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// resistance : L^2 M T^-3 C^-2
+/// resistance : L^2 M T^-3 I^-2
 typedef derived_dimension<length_base_dimension,2,mass_base_dimension,1,time_base_dimension,-3,current_base_dimension,-2>::type resistance_type;
 
 typedef unit<SI::resistance_type,SI::system> resistance;

Modified: sandbox/units/boost/units/systems/si/resistivity.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/resistivity.hpp (original)
+++ sandbox/units/boost/units/systems/si/resistivity.hpp 2007-06-06 01:15:10 EDT (Wed, 06 Jun 2007)
@@ -19,7 +19,7 @@
 
 namespace SI {
 
-/// resistivity : L^3 M T^-3 C^-2
+/// resistivity : L^3 M T^-3 I^-2
 typedef derived_dimension<length_base_dimension,3,mass_base_dimension,1,time_base_dimension,-3,current_base_dimension,-2>::type resistivity_type;
 
 typedef unit<SI::resistivity_type,SI::system> resistivity;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk