[Kst] extragear/graphics/kst/src/libkstapp
George Staikos
staikos at kde.org
Mon Apr 10 21:15:11 CEST 2006
SVN commit 528335 by staikos:
I think we all know the speed of light now
M +2 -0 kstdoc.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstdoc.cpp #528334:528335
@@ -1092,6 +1092,7 @@
void KstDoc::createScalars() const {
+#if 0
// Should not be orphans, just unparented so they are not saved
new KstScalar("CONST_MKSA_SPEED_OF_LIGHT", 2.99792458e8 , false);
new KstScalar("CONST_MKSA_GRAVITATIONAL_CONSTANT", 6.673e-11, false);
@@ -1111,6 +1112,7 @@
new KstScalar("CONST_MKSA_ELECTRON_CHARGE", 1.602176462e-19, false);
new KstScalar("CONST_MKSA_MOLAR_GAS", 8.314472e0, false);
new KstScalar("CONST_MKSA_STANDARD_GAS_VOLUME", 2.2710981e-2, false);
+#endif
new KstScalar("CONST_PI", M_PI, false);
new KstScalar("C_PI", M_PI, false);
new KstScalar("C_R2D", 180.0/M_PI, false); // radians to degrees
More information about the Kst
mailing list