[fix] Sets Fins to be created with 3 instances instead of one

This commit is contained in:
Daniel_M_Williams 2020-03-19 19:11:10 -04:00 committed by Daniel Williams
parent efe0d9e28d
commit f6ea1fc35d

View File

@ -66,7 +66,7 @@ public abstract class FinSet extends ExternalComponent implements RingInstanceab
/** /**
* Number of fins. * Number of fins.
*/ */
private int finCount = 1; private int finCount = 3;
/** /**
* Rotation about the x-axis by 2*PI/fins. * Rotation about the x-axis by 2*PI/fins.