Beispiel #1
0
 /// <summary>
 /// Create the TPaddockInfo
 /// </summary>
 public TPaddockInfo()
 {
     FForages = new TForageList(false);
     FSuppInPadd = new TSupplementRation();
     this.fArea = 1.0;
     FSlope = 0.0;
     iExcretionID = NOTTHERE;
     iAddUrineID = NOTTHERE;
     iAddFaecesID = NOTTHERE;
 }
Beispiel #2
0
 private TPaddockInfo FOwningPaddock;    // ptr to the paddock object in the model
 /// <summary>
 /// Construct the forage provider
 /// </summary>
 public TForageProvider()
 {
     FForages = new TForageList(true);
     OwningPaddock = null;
     FUseCohorts = false;
 }