Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/4.2.2 #202

Merged
merged 4 commits into from
Jan 22, 2015
Merged

Hotfix/4.2.2 #202

merged 4 commits into from
Jan 22, 2015

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Jan 22, 2015

fixes for OUTPUT_FORCE=TRUE.

closes #201

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Break line so that it fits the general line width settings in the file

@jhamman
Copy link
Member Author

jhamman commented Jan 22, 2015

this is ready now.

@bartnijssen
Copy link
Member

OK - just waiting for the travis build to finish

On Jan 22, 2015, at 10:58 AM, Joe Hamman notifications@github.com wrote:

this is ready now.


Reply to this email directly or view it on GitHub.

bartnijssen added a commit that referenced this pull request Jan 22, 2015
@bartnijssen bartnijssen merged commit d2b2b07 into master Jan 22, 2015
@bartnijssen bartnijssen deleted the hotfix/4.2.2 branch January 22, 2015 19:00
@jhamman
Copy link
Member Author

jhamman commented Jan 22, 2015

Thanks, I'll put the tag and email together shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model Crashes When OUTPUT_FORCE=TRUE
2 participants