From 48b1ef18a761c010a0c9c17b2f34ab56c92c1141 Mon Sep 17 00:00:00 2001 From: namo Date: Mon, 8 Jun 2026 16:31:54 -0500 Subject: [PATCH] Fix reading undefined fort.13 attr --- src/nodalattr.F | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nodalattr.F b/src/nodalattr.F index 7b3df2c8..640b79aa 100755 --- a/src/nodalattr.F +++ b/src/nodalattr.F @@ -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