Skip to content

Commit

Permalink
fix write-out
Browse files Browse the repository at this point in the history
  • Loading branch information
kent0 committed Mar 24, 2024
1 parent 552f5b5 commit cd4f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/rom.f
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ subroutine setc(cl,fname)
do i=1,nb
call setc_local(cl,rtmp1(i,1),
$ ic1,ic2,jc1,jc2,kc1,kc2,i,j,k)
if (nid.eq.0) write (100,*) cel
if (nid.eq.0) write (100,*) rtmp1(i,1)
enddo
enddo
enddo
Expand Down

0 comments on commit cd4f92a

Please sign in to comment.