Skip to content

Commit

Permalink
update release name and ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hamman committed Jan 22, 2015
1 parent 875509f commit 705b1d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Fixed memory error in initialize atmos when OUTPUT_FORCE = TRUE.
Previously, access to unitialized elements of the veg_con and veg_hist
structure was attempted when OUTPUT_FORCE = TRUE, causing a memory error
and the model to crash. This fix sets these elements inside a
`if (!options.OUTPUT_FORCE)` block allowing the OUTPUT_FORCE option to work as expected.
`if (!options.OUTPUT_FORCE)` block allowing the OUTPUT_FORCE option to
work as expected.


-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
2013-Dec-27 Removed QUICK_FS option. TJB
2014-May-20 Added ref_veg_vegcover. TJB
**********************************************************************/
char *version = "4.2.2 2015-January-23";
char *version = "4.2.b 2015-January-22";
char *optstring = "g:vo";
int flag;

Expand Down

0 comments on commit 705b1d6

Please sign in to comment.