Boost logo

Boost-Commit :

From: boost_at_[hidden]
Date: 2008-05-26 23:45:17


Author: matthiasschabel
Date: 2008-05-26 23:45:16 EDT (Mon, 26 May 2008)
New Revision: 45807
URL: http://svn.boost.org/trac/boost/changeset/45807

Log:
rename atomic_and_nuclear_constants.hpp atomic-nuclear_constants.hpp

Added:
   sandbox/units/boost/units/systems/si/codata/atomic-nuclear_constants.hpp (contents, props changed)
Removed:
   sandbox/units/boost/units/systems/si/codata/atomic_and_nuclear_constants.hpp
Text files modified:
   sandbox/units/boost/units/systems/si/codata_constants.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Added: sandbox/units/boost/units/systems/si/codata/atomic-nuclear_constants.hpp
==============================================================================
--- (empty file)
+++ sandbox/units/boost/units/systems/si/codata/atomic-nuclear_constants.hpp 2008-05-26 23:45:16 EDT (Mon, 26 May 2008)
@@ -0,0 +1,56 @@
+// Boost.Units - A C++ library for zero-overhead dimensional analysis and
+// unit/quantity manipulation and conversion
+//
+// Copyright (C) 2003-2008 Matthias Christian Schabel
+// Copyright (C) 2008 Steven Watanabe
+//
+// Distributed under the Boost Software License, Version 1.0. (See
+// accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP
+#define BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP
+
+#include <boost/units/systems/si/codata/alpha_constants.hpp>
+#include <boost/units/systems/si/codata/deuteron_constants.hpp>
+#include <boost/units/systems/si/codata/electron_constants.hpp>
+#include <boost/units/systems/si/codata/helion_constants.hpp>
+#include <boost/units/systems/si/codata/muon_constants.hpp>
+#include <boost/units/systems/si/codata/neutron_constants.hpp>
+#include <boost/units/systems/si/codata/proton_constants.hpp>
+#include <boost/units/systems/si/codata/tau_constants.hpp>
+#include <boost/units/systems/si/codata/triton_constants.hpp>
+
+namespace boost {
+
+namespace units {
+
+namespace si {
+
+namespace constants {
+
+namespace codata {
+
+/// CODATA recommended values of the fundamental physical constants: NIST SP 961
+
+// ATOMIC AND NUCLEAR
+/// fine structure constant
+BOOST_UNITS_PHYSICAL_CONSTANT(alpha,quantity<dimensionless>,7.2973525376e-3*dimensionless(),5.0e-12*dimensionless());
+/// Rydberg constant
+BOOST_UNITS_PHYSICAL_CONSTANT(R_infinity,quantity<wavenumber>,10973731.568527/meter,7.3e-5/meter);
+/// Bohr radius
+BOOST_UNITS_PHYSICAL_CONSTANT(a_0,quantity<length>,0.52917720859e-10*meters,3.6e-20*meters);
+/// Hartree energy
+BOOST_UNITS_PHYSICAL_CONSTANT(E_h,quantity<energy>,4.35974394e-18*joules,2.2e-25*joules);
+
+} // namespace codata
+
+} // namespace constants
+
+} // namespace si
+
+} // namespace units
+
+} // namespace boost
+
+#endif // BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP

Deleted: sandbox/units/boost/units/systems/si/codata/atomic_and_nuclear_constants.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/codata/atomic_and_nuclear_constants.hpp 2008-05-26 23:45:16 EDT (Mon, 26 May 2008)
+++ (empty file)
@@ -1,56 +0,0 @@
-// Boost.Units - A C++ library for zero-overhead dimensional analysis and
-// unit/quantity manipulation and conversion
-//
-// Copyright (C) 2003-2008 Matthias Christian Schabel
-// Copyright (C) 2008 Steven Watanabe
-//
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-
-#ifndef BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP
-#define BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP
-
-#include <boost/units/systems/si/codata/alpha_constants.hpp>
-#include <boost/units/systems/si/codata/deuteron_constants.hpp>
-#include <boost/units/systems/si/codata/electron_constants.hpp>
-#include <boost/units/systems/si/codata/helion_constants.hpp>
-#include <boost/units/systems/si/codata/muon_constants.hpp>
-#include <boost/units/systems/si/codata/neutron_constants.hpp>
-#include <boost/units/systems/si/codata/proton_constants.hpp>
-#include <boost/units/systems/si/codata/tau_constants.hpp>
-#include <boost/units/systems/si/codata/triton_constants.hpp>
-
-namespace boost {
-
-namespace units {
-
-namespace si {
-
-namespace constants {
-
-namespace codata {
-
-/// CODATA recommended values of the fundamental physical constants: NIST SP 961
-
-// ATOMIC AND NUCLEAR
-/// fine structure constant
-BOOST_UNITS_PHYSICAL_CONSTANT(alpha,quantity<dimensionless>,7.2973525376e-3*dimensionless(),5.0e-12*dimensionless());
-/// Rydberg constant
-BOOST_UNITS_PHYSICAL_CONSTANT(R_infinity,quantity<wavenumber>,10973731.568527/meter,7.3e-5/meter);
-/// Bohr radius
-BOOST_UNITS_PHYSICAL_CONSTANT(a_0,quantity<length>,0.52917720859e-10*meters,3.6e-20*meters);
-/// Hartree energy
-BOOST_UNITS_PHYSICAL_CONSTANT(E_h,quantity<energy>,4.35974394e-18*joules,2.2e-25*joules);
-
-} // namespace codata
-
-} // namespace constants
-
-} // namespace si
-
-} // namespace units
-
-} // namespace boost
-
-#endif // BOOST_UNITS_CODATA_ATOMIC_AND_NUCLEAR_CONSTANTS_HPP

Modified: sandbox/units/boost/units/systems/si/codata_constants.hpp
==============================================================================
--- sandbox/units/boost/units/systems/si/codata_constants.hpp (original)
+++ sandbox/units/boost/units/systems/si/codata_constants.hpp 2008-05-26 23:45:16 EDT (Mon, 26 May 2008)
@@ -11,7 +11,7 @@
 #ifndef BOOST_UNITS_CODATA_CONSTANTS_HPP
 #define BOOST_UNITS_CODATA_CONSTANTS_HPP
 
-#include <boost/units/systems/si/codata/atomic_and_nuclear_constants.hpp>
+#include <boost/units/systems/si/codata/atomic-nuclear_constants.hpp>
 #include <boost/units/systems/si/codata/electromagnetic_constants.hpp>
 #include <boost/units/systems/si/codata/physico-chemical_constants.hpp>
 #include <boost/units/systems/si/codata/universal_constants.hpp>


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