Skip to content

Commit

Permalink
EXPLORE: If invalid change set selected, exit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 31, 2025
1 parent 46032a2 commit e78dc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/seacas/applications/explore/explore.f
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ PROGRAM EXPLORE
if (nchange .gt. idum) then
write (*,*) 'ERROR: Selected change set', nchange,
$ 'but there are only ', idum, ' change sets in file.'
goto 110
else
ndb = ndbr + nchange
end if
Expand Down

0 comments on commit e78dc20

Please sign in to comment.