Skip to content

Commit 9635553

Browse files
authored
Remove masking of output of coarsened field. (CaNS-World#130)
1 parent 84d26c6 commit 9635553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/output.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ subroutine out3d(fname,nskip,p)
204204
filesize = 0_MPI_OFFSET_KIND
205205
call MPI_FILE_SET_SIZE(fh,filesize,ierr)
206206
disp = 0_MPI_OFFSET_KIND
207-
#if !defined(_OPENACC)
207+
#if 1
208208
call decomp_2d_write_every(ipencil,p,nskip(1),nskip(2),nskip(3),fname,.true.)
209209
#else
210210
!

0 commit comments

Comments
 (0)