From 278c8b4ef768a2e70d4a749bf234c3fc541fe74a Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Tue, 24 Apr 2012 19:19:55 +0000 Subject: [PATCH] Get rid of FIXME since it had been fixed. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@600 180e2498-e6e9-4542-8430-84ac67f01cd8 --- core/src/net/sf/openrocket/preset/ComponentPresetFactory.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/net/sf/openrocket/preset/ComponentPresetFactory.java b/core/src/net/sf/openrocket/preset/ComponentPresetFactory.java index 9aab9125..62273704 100644 --- a/core/src/net/sf/openrocket/preset/ComponentPresetFactory.java +++ b/core/src/net/sf/openrocket/preset/ComponentPresetFactory.java @@ -138,8 +138,6 @@ public abstract class ComponentPresetFactory { if ( preset.has(MASS) ) { // compute a density for this component double mass = preset.get(MASS); - // FIXME - Bulkhead.getComponentVolume does not exist! - // double density = mass / tr.getComponentVolume(); double volume = computeVolumeOfTube(preset); double density = mass / volume; -- 2.39.5