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

rcsfgenerate -- bug fix by C. Y. Chen #55

Merged
merged 1 commit into from
Oct 6, 2020
Merged

Conversation

jongrumer
Copy link
Member

The long overdue rcsfgenerate bug fix by Chen in PR: #45 is moved to this separate PR, to get it into master as soon as possible.

Lines 265 and 315 of matain.f90 are changed according to:

if (Y(2:2).GE.'1' .AND. Y(2:2).LE.'9')      &
              -->
if (Y(2:2).GE.'0' .AND. Y(2:2).LE.'9')      &

Line 265 and 315 is changed according to:

if (Y(2:2).GE.'1' .AND. Y(2:2).LE.'9')      &
              -->
if (Y(2:2).GE.'0' .AND. Y(2:2).LE.'9')      &
@jongrumer jongrumer merged commit 2c702f3 into master Oct 6, 2020
@jongrumer jongrumer changed the title rcsfgenerate bug fix by C. Y. Chen rcsfgenerate -- bug fix by C. Y. Chen Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants