Skip to content

Commit

Permalink
Delete redundant text
Browse files Browse the repository at this point in the history
  • Loading branch information
HamishBrownPFR committed Jun 13, 2024
1 parent 36fe386 commit fce4192
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SVSModel/Simulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ public class Simulation
//Do initial nitorgen balance with no fertiliser or resets
SoilNitrogen.UpdateBalance(config.StartDate, initialN, 0, 0, ref thisSim, false, nAapplied, ScheduleFert);

//Add fertiliser that has already been applied to the N balance
//DateTime StartApplicationDate = config.StartDate;
//DateTime StartSchedullingDate = Fertiliser.startSchedullingDate(nAapplied, testResults, config);
//Fertiliser.ApplyExistingFertiliser(StartApplicationDate, StartSchedullingDate, nAapplied, ref thisSim);

//Reset soil N with test valaues
SoilNitrogen.TestCorrection(testResults, ref thisSim);

Expand Down

0 comments on commit fce4192

Please sign in to comment.