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

Typo in marbl_mod (capping of POP production term) #241

Closed
mnlevy1981 opened this issue Mar 8, 2018 · 1 comment
Closed

Typo in marbl_mod (capping of POP production term) #241

mnlevy1981 opened this issue Mar 8, 2018 · 1 comment
Assignees
Labels
bug quick fix Issues that can be clumped into a "low-hanging fruit" pull request
Milestone

Comments

@mnlevy1981
Copy link
Collaborator

if (POC%prod(k) <= c0) POP%prod(k) = c0

should be

if (POP%prod(k) <= c0) POP%prod(k) = c0
@mnlevy1981
Copy link
Collaborator Author

(source: @klindsay28 talked to Keith Moore)

@mnlevy1981 mnlevy1981 added this to the MARBL1.0.0 milestone Mar 20, 2018
@mnlevy1981 mnlevy1981 added the bug label Mar 20, 2018
@mnlevy1981 mnlevy1981 added the quick fix Issues that can be clumped into a "low-hanging fruit" pull request label Mar 21, 2018
@mnlevy1981 mnlevy1981 self-assigned this Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug quick fix Issues that can be clumped into a "low-hanging fruit" pull request
Projects
None yet
Development

No branches or pull requests

1 participant