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

Fix uninitialized variable delt_save in mosart's RtmMod.F90 #903

Merged

Conversation

singhbalwinder
Copy link
Contributor

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]

@bishtgautam
Copy link
Contributor

Two minor modifications suggested:

  1. No need to keep the commented out line RtmMod.F90#L1429. So let's delete it.
  2. The blame feature of git can tell which developer last edited a line. So, no need to add !BSINGH- on RtmMod.F90#L103

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
@singhbalwinder singhbalwinder force-pushed the singhbalwinder/mosart/fix-undef-var-in-mosart-rtmmod branch from 48b49d4 to 6281bf4 Compare May 25, 2016 22:50
Two minor modifications suggested:
1. No need to keep the commented out line RtmMod.F90#L1429. So let's
delete it.
2. The blame feature of git can tell which developer last edited a
line. So, no need to add !BSINGH- on RtmMod.F90#L103
@singhbalwinder
Copy link
Contributor Author

Thanks @bishtgautam . I have rebased and implemented your suggestions in a new commit.

bishtgautam pushed a commit that referenced this pull request May 25, 2016
…nto next (PR #903)

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
@bishtgautam
Copy link
Contributor

Merged in next.

@bishtgautam bishtgautam merged commit 6a2739a into master May 26, 2016
bishtgautam pushed a commit that referenced this pull request May 26, 2016
#903)

This PR fixes an uninitialized variable in mosart's RtmMod.F90 file.
Note that similar bug was fixed in a file with the same name in rtm
component.

Fixes #902

[BFB]
@jgfouca jgfouca deleted the singhbalwinder/mosart/fix-undef-var-in-mosart-rtmmod branch August 31, 2016 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Floating invalid in RtmMod.F90 (mosart)
2 participants