Skip to content

Commit

Permalink
GREPOS: Removde debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Apr 9, 2024
1 parent b9d6d90 commit 677c290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/seacas/applications/grepos/gp_mapvar.f
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ subroutine mapvar(nold, nnew, nvar, map, vars, scr)

do 30 ivar = 1, nvar
do 10 i = 1, nnew
write (*,*) i, map(i)
scr(i) = vars(map(i) + nold * (ivar-1) )
10 continue

Expand Down

0 comments on commit 677c290

Please sign in to comment.