-
Notifications
You must be signed in to change notification settings - Fork 35
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
allow for bool in _parameters again, integer -> int, character -> string #1536
Conversation
also replace all the X.dY with C++ style
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
integration/BackwardEuler/_parameters
and integration/QSS/_parameters
need integer -> int replacements; unit_test/burn_cell_primordial_chem/_parameters
needs character -> string. Looks good otherwise
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
updated the remaining. Let's see if the tests pass... |
Co-authored-by: Eric T. Johnson <[email protected]>
Co-authored-by: Eric T. Johnson <[email protected]>
okay, I think that this is all set now |
many int parameters were changed to bool -- this will help when we go
all-in on a struct
also replace all the X.dY with C++ style