-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The following if statement does not check whether it has read a header or not and thus uses whatever value the variables have based on the assigned memory. Addition of a simple additional condition (i.e., IF (io==0) THEN...) would fix the issue.
Line 712 in 954515c
IF (r_nx /= nx .OR. r_ny /= ny .OR. r_nz /= nz .OR. r_alfa0 /= alfa0 .OR. r_beta0 /= beta0 .OR. r_ni /= ni .OR. r_a /= a .OR. r_ymin /= ymin .OR. r_ymax /= ymax) THEN |
Metadata
Metadata
Assignees
Labels
No labels