Skip to content

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.

3 participants