LANDIS-II-Foundation / Extension-NECN-Succession

The Net Ecosystem Carbon and Nitrogen extension for the LANDIS-II model.
http://www.landis-ii.org/extensions/net-ecosystem-cn-succession
Apache License 2.0
1 stars 19 forks source link

Typo in pathname in Outputs.cs #100

Closed mslucash closed 1 year ago

mslucash commented 1 year ago

There is a typo in L638 of the Outputs class:

Now: using (IOutputRaster outputRaster = PlugIn.ModelCore.CreateRaster(pathavailablewater, PlugIn.ModelCore.Landscape.Dimensions))

Should be: using (IOutputRaster outputRaster = PlugIn.ModelCore.CreateRaster(pathDeadWood, PlugIn.ModelCore.Landscape.Dimensions))

flakesw commented 1 year ago

Fixed, thanks Melissa! https://github.com/LANDIS-II-Foundation/Extension-NECN-Succession/commit/7da88a6fe11074b6ca6e848c0bb4df7ac09f3ddf