Big update to custom expression feature.
[debian/openrocket] / core / src / net / sf / openrocket / unit / FixedUnitGroup.java
index a0984961b3f0c7fbe38fb189232404d71ad5b908..8cb6fde494dc2ac4668022eaa1f4bd8b901a0637 100644 (file)
@@ -24,6 +24,10 @@ public class FixedUnitGroup extends UnitGroup {
                return new GeneralUnit(1, unitString);
        }
        
+       public Unit getSIUnit(){
+               return new GeneralUnit(1, unitString);
+       }
+       
        public boolean contains(Unit u){
                return true;
        }