-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*Context* - There was an error introduced in the previous version for writing OBJ files. If no output directory was explicitly specified, the write would fail. - Added validateOutputPath() function to global.cpp to validate output files and directory paths. - Replaced getFile*() functions in global.cpp with more robust std::filesystem functions. - Added improved file validation to Context::writeXML(). *Radiation* - There was an error introduced in the previous version for writing image output files. If no output directory was explicitly specified, the write would fail. Removed the validateOutputPath() function implemented in the previous version, and replaced it with a better version implemented in global.cpp. *Plant Architecture* - The 'tortuosity' shoot parameter was multiplied by a hard-coded factor of 5.0. This was removed, and all tortuosity values in the plant library were scaled by a factor of 5. - There were some errors with the parameters of some plants introduced in the previous version. - Added file validation to PlantArchitecture::writePlantStructureXML(). Note: Retroactively adding Heesup, Dario, and Amogh as co-authors based on prior contributions to the synthetic annotation plug-in that were not attributed Co-authored-by: Heesup Yun <[email protected]> Co-authored-by: Dario Guevara <[email protected]> Co-authored-by: Amogh Joshi <[email protected]>
- Loading branch information
1 parent
9601e54
commit 4ed9ecd
Showing
451 changed files
with
11,383 additions
and
11,059 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.