changed m_show from private to protected
This commit is contained in:
parent
e9733307d9
commit
ba9070a102
@ -40,7 +40,7 @@ public abstract class AbstractMultiObjectiveOptimizationProblem extends Abstract
|
||||
transient protected double[][] m_Border;
|
||||
transient protected Plot m_Plot;
|
||||
transient protected JFrame m_Result;
|
||||
private transient boolean m_Show = false;
|
||||
protected transient boolean m_Show = false;
|
||||
|
||||
public AbstractMultiObjectiveOptimizationProblem(double borderHigh) {
|
||||
super();
|
||||
|
Loading…
x
Reference in New Issue
Block a user