-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add file argument to get_nml_value #236
Conversation
NAMESPACE
Outdated
@@ -42,6 +42,7 @@ export(write_nml) | |||
import(GLMr) |
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.
I think keeping this import(GLMr)
swamps the function-specific import you added below. Or at least that is my understanding of the namespacing
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.
Right. I made sure to make all imports specific in 9375e77
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.
Looks good, but can you increment the minor version number on this PR since we are adding new args?
@jread-usgs Incremented and good to go. |
Nice, sorry - didn't see this until now |
See #233