Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/nodalattr.F
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ SUBROUTINE ReadNodalAttr(NScreen, ScreenUnit, MyProc, NAbOut)
ENDIF
READ(13,'(A80)') Skipped ! skip the Units for the invalid name
READ(13,'(A80)') Skipped ! skip the NoOfVals for invalid name
READ(13,'(A80)') Skipped ! skip the default value for invalid name
END SELECT
END DO
C
Expand Down
Loading