]> git.gag.com Git - debian/openrocket/blobdiff - core/src/net/sf/openrocket/utils/MotorCorrelation.java
create changelog entry
[debian/openrocket] / core / src / net / sf / openrocket / utils / MotorCorrelation.java
index 3394a59e0b60f93de423e427886c5533846346e9..e978b0cf42e9a8e30ab7a0685c2272f7ae57feb1 100644 (file)
@@ -129,7 +129,7 @@ public class MotorCorrelation {
                // Output motor digests
                final int count = motors.size();
                for (int i = 0; i < count; i++) {
-                       System.out.println(files.get(i) + ": " + MotorDigest.digestMotor((ThrustCurveMotor) motors.get(i)));
+                       System.out.println(files.get(i) + ": " + ((ThrustCurveMotor) motors.get(i)).getDigest());
                }
                
                // Cross-correlate every pair