Skip to content

Commit

Permalink
GREPOS: Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 17, 2024
1 parent 78ec087 commit 2a9a856
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 2a9a856

Please sign in to comment.