Skip to content

Commit

Permalink
GJOIN: Fix mcdel call
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar authored and tokusanya committed Jul 16, 2024
1 parent 64c4280 commit 796db44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/applications/gjoin/gjoin.f
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ PROGRAM GJOIN2
CALL MDDEL ('NNNPO')
CALL MDDEL ('ISCR')
call mddel ('nodscr')
call mddel ('NAMSCR')
call mcdel ('NAMSCR')

C --Squeeze the nodal point sets

Expand Down

0 comments on commit 796db44

Please sign in to comment.