Numerous bug fixes and updates
[debian/openrocket] / src / net / sf / openrocket / rocketcomponent / FinSet.java
index fc18062c895e69090f405dbe76372f9ae5a77e13..be68570af48ab1989506215781d4171ba948b49c 100644 (file)
@@ -71,7 +71,7 @@ public abstract class FinSet extends ExternalComponent {
        /**
         * Thickness of the fins.
         */
-       protected double thickness = 0;
+       protected double thickness = 0.003;
        
        
        /**