-
Notifications
You must be signed in to change notification settings - Fork 849
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
Cleanup in NEMO #1389
Cleanup in NEMO #1389
Conversation
Signed-off-by: jtneedels <jneedels@stanford.edu>
@@ -336,5 +328,4 @@ CNumerics::ResidualType<> CAvgGradCorrected_NEMO::ComputeResidual(const CConfig | |||
} | |||
|
|||
return ResidualType<>(Flux, nullptr, nullptr); | |||
} | |||
|
|||
} |
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 am not sure whether there are negative consequences of not having a newline at the end of the file, but if GitHub warns about this one might as well just add a newline :)
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.
Yes good point, it looks like this is mainly to differentiate a file with/without the newline in the diff, but I guess can also cause issues in some cases if files are concatenated. I'm going to open up a second PR to clean up the NEMO convective schemes, I'll address this fix.
Signed-off-by: jtneedels jneedels@stanford.edu
Proposed Changes
Related Work
PR Checklist
Put an X by all that apply. You can fill this out after submitting the PR. If you have any questions, don't hesitate to ask! We want to help. These are a guide for you to know what the reviewers will be looking for in your contribution.