Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / core / src / net / sf / openrocket / util / MathUtil.java
index c88e85853562bc5907f64bfb4654d329b2140128..09a316899cec68ce70ef6140d3aaafb6e93ae130 100644 (file)
@@ -310,7 +310,7 @@ public class MathUtil {
                        return sorted.get(n / 2).doubleValue();
                }
        }
-
+       
        /**
         * Use interpolation to determine the value of the function at point t.
         * Current implementation uses simple linear interpolation.   The domain