Print

Print


Commit in java/trunk/conditions/src/main/java/org/hps/conditions/ecal on MAIN
EcalLed.java+3-3741 -> 742
Change decimal numbers to doubles from floats.  (Also updated in dev database table.)

java/trunk/conditions/src/main/java/org/hps/conditions/ecal
EcalLed.java 741 -> 742
--- java/trunk/conditions/src/main/java/org/hps/conditions/ecal/EcalLed.java	2014-06-26 01:02:08 UTC (rev 741)
+++ java/trunk/conditions/src/main/java/org/hps/conditions/ecal/EcalLed.java	2014-06-26 22:10:29 UTC (rev 742)
@@ -44,7 +44,7 @@
      * Get the time delay of this channel.
      * @return The time delay.
      */
-    float getTimeDelay() {
+    double getTimeDelay() {
         return getFieldValue("time_delay");
     }
     
@@ -52,7 +52,7 @@
      * Get the amplitude high setting.
      * @return The amplitude high setting.
      */
-    float getAmplitudeHigh() {
+    double getAmplitudeHigh() {
         return getFieldValue("amplitude_high");
     }
     
@@ -60,7 +60,7 @@
      * Get the amplitude low setting.
      * @return The amplitude low setting.
      */
-    float getAmplitudeLow() {
+    double getAmplitudeLow() {
         return getFieldValue("amplitude_low");
     }    
 }
SVNspam 0.1