Merge pull request #479 from teyrana/fix_470_name_reference_error

[fixes #470] May load TubeFinSet components again.
This commit is contained in:
Wes Cravens 2018-11-26 15:37:51 -06:00 committed by GitHub
commit 7354c32b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,13 @@ import net.sf.openrocket.l10n.Translator;
import net.sf.openrocket.preset.ComponentPreset;
import net.sf.openrocket.preset.ComponentPreset.Type;
import net.sf.openrocket.rocketcomponent.position.AxialMethod;
import net.sf.openrocket.rocketcomponent.position.AxialPositionable;
import net.sf.openrocket.startup.Application;
import net.sf.openrocket.util.Coordinate;
import net.sf.openrocket.util.MathUtil;
import net.sf.openrocket.util.Transformation;
public class TubeFinSet extends ExternalComponent {
public class TubeFinSet extends ExternalComponent implements AxialPositionable {
private static final Translator trans = Application.getTranslator();
private final static double DEFAULT_RADIUS = 0.025;