forked from perabrahamsen/daisy-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,18 @@ | ||
2019-06-04 Per Abrahamsen <[email protected]> | ||
|
||
* Version 5.84 released. | ||
|
||
2019-06-04 Per Abrahamsen <[email protected]> | ||
|
||
* reaction_shoot.C (shoot2): New model. | ||
|
||
2019-05-14 Per Abrahamsen <[email protected]> | ||
2019-05-14 Per Abrahamsen <[email protected]> | ||
|
||
* Version 5.83 released. | ||
|
||
2019-05-14 Per Abrahamsen <[email protected]> | ||
|
||
* crop_std.C (CropStandard::tick): Call root_system->tick_daily with right type parameters. | ||
|
||
* horizon.C (K_factor): New parameter. | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// version.C -- automatically generated file | ||
|
||
extern const char *const version = "5.82"; | ||
extern const char *const version = "5.84"; | ||
extern const char *const version_date = __DATE__; |