[Libreoffice-commits] core.git: scaddins/source

Julien Nabet serval2412 at yahoo.fr
Sun Dec 1 04:44:20 PST 2013


 scaddins/source/analysis/analysishelper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fccf6cfdee7b63feb6deb96e9c8cd398c20b44a3
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Dec 1 13:41:55 2013 +0100

    Let precise things and put some references
    
    See also:
    http://en.wikipedia.org/wiki/Atmosphere_%28unit%29
    http://physics.nist.gov/Pubs/SP811/appenB8.html
    
    Change-Id: I87b1794c847fe4aec7f53125bff195d8162ce593

diff --git a/scaddins/source/analysis/analysishelper.cxx b/scaddins/source/analysis/analysishelper.cxx
index 1b8fa1b..1528dac 100644
--- a/scaddins/source/analysis/analysishelper.cxx
+++ b/scaddins/source/analysis/analysishelper.cxx
@@ -2546,8 +2546,8 @@ ConvertDataList::ConvertDataList( void )
 
     // PRESSURE: 1 Pascal is...
     NEWDP( "Pa",    1.0000000000000000E00,  CDC_Pressure ); // Pascal
-    NEWDP( "atm",   9.8692329999819300E-06, CDC_Pressure ); // Atmosphere
-    NEWDP( "at",    1.0197162129779000E-05, CDC_Pressure ); // Atmosphere also
+    NEWDP( "atm",   9.8692329999819300E-06, CDC_Pressure ); // Standard Atmosphere
+    NEWDP( "at",    1.0197162129779000E-05, CDC_Pressure ); // Technical Atmosphere -> http://physics.nist.gov/Pubs/SP811/appenB8.html
     NEWDP( "mmHg",  7.5006170799862700E-03, CDC_Pressure ); // mm Hg (Mercury)
     NEWD( "Torr",   7.5006380000000000E-03, CDC_Pressure ); // *** Torr
     NEWD( "psi",    1.4503770000000000E-04, CDC_Pressure ); // *** Psi


More information about the Libreoffice-commits mailing list