Skip to content

Commit 0d4fd29

Browse files
committed
minor_fix_post
1 parent 6d4ab8f commit 0d4fd29

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

post/.DS_Store

0 Bytes
Binary file not shown.

post/flow_stats_channel/read_fields.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ subroutine read_and_stats(nstep)
130130
write(66,'(f12.5,2x,12(es12.5,2x))') z(k),mean(k,1),mean(k,2),mean(k,3),rms(k,1),rms(k,2),rms(k,3), &
131131
skw(k,1),skw(k,2),skw(k,3), flt(k,1),flt(k,2),flt(k,3)
132132
end do
133-
133+
close(66)
134134

135135
deallocate(u,v,w,phi)
136136
deallocate(mean,rms,skw,flt)

post/flow_stats_channel/runleo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ make clean
44
rm -r output
55
mkdir output
66
make
7-
./read_paraview
7+
./stats

post/paraview_channel/read_fields.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ subroutine read_fields(nstep)
6767
deallocate(v)
6868
deallocate(w)
6969
deallocate(phi)
70+
deallocate(theta)
7071

7172
return
7273
end

0 commit comments

Comments
 (0)