Skip to content

Commit

Permalink
Updated documentation in preparation for v6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmscheller committed May 18, 2020
1 parent 11c22a6 commit e8b6f8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/InputParameterParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ protected override IInputParameters Parse()
InputVar<double> live_leaf_red = new InputVar<double>("Cohort Litter Reduction");
InputVar<double> som_red = new InputVar<double>("SOM Reduction");

while (! AtEndOfInput && CurrentName != Names.HarvestReductionParameters)// && CurrentName != Names.AgeOnlyDisturbanceParms)
while (! AtEndOfInput && CurrentName != Names.HarvestReductionParameters)
{
StringReader currentLine = new StringReader(CurrentLine);

Expand Down

0 comments on commit e8b6f8b

Please sign in to comment.