[debug] removed excess debug output in FinSet
This commit is contained in:
parent
12b299c25a
commit
e9981aff28
@ -673,9 +673,6 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
|||||||
// (Iyy / M + Izz / M) / 2 = (h^2 + 2 * w^2)/24
|
// (Iyy / M + Izz / M) / 2 = (h^2 + 2 * w^2)/24
|
||||||
final double inertia = (h2 + 2 * w2) / 24;
|
final double inertia = (h2 + 2 * w2) / 24;
|
||||||
|
|
||||||
System.out.println("component " + this);
|
|
||||||
System.out.println("finCount " + finCount);
|
|
||||||
System.out.println("inertia " + inertia);
|
|
||||||
|
|
||||||
if (finCount == 1)
|
if (finCount == 1)
|
||||||
return inertia;
|
return inertia;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user