Exemple #1
0
 /// <summary>Constructor</summary>
 public Simulations()
 {
     Version     = ApsimFile.Converter.LatestVersion;
     checkpoints = new Checkpoints(this);
 }
Exemple #2
0
 /// <summary>Constructor</summary>
 private Simulations()
 {
     Version     = ApsimFile.Converter.LatestVersion;
     LoadErrors  = new List <Exception>();
     checkpoints = new Checkpoints(this);
 }