[fix] Sets Fins to be created with 3 instances instead of one
This commit is contained in:
parent
efe0d9e28d
commit
f6ea1fc35d
@ -66,7 +66,7 @@ public abstract class FinSet extends ExternalComponent implements RingInstanceab
|
||||
/**
|
||||
* Number of fins.
|
||||
*/
|
||||
private int finCount = 1;
|
||||
private int finCount = 3;
|
||||
|
||||
/**
|
||||
* Rotation about the x-axis by 2*PI/fins.
|
||||
|
Loading…
x
Reference in New Issue
Block a user