bug fixes and rocket optimization
[debian/openrocket] / src / net / sf / openrocket / optimization / rocketoptimization / SimulationModifier.java
index abaac19be757a825cb6a1c1bf477928a072b4340..3efd5d6d758a57b99447ee9e1708032313a8c5fb 100644 (file)
@@ -38,7 +38,7 @@ public interface SimulationModifier extends ChangeSource {
         * @return      the current value of this parameter in SI units.
         * @throws OptimizationException        if fetching the current value fails
         */
-       public double getCurrentValue(Simulation simulation) throws OptimizationException;
+       public double getCurrentSIValue(Simulation simulation) throws OptimizationException;
        
        
        /**
@@ -68,7 +68,7 @@ public interface SimulationModifier extends ChangeSource {
        
        
        /**
-        * Return the unit group used for the values returned by {@link #getCurrentValue(Simulation)} etc.
+        * Return the unit group used for the values returned by {@link #getCurrentSIValue(Simulation)} etc.
         * @return      the unit group
         */
        public UnitGroup getUnitGroup();