Skip to content

Commit

Permalink
fix bug in visualize mean
Browse files Browse the repository at this point in the history
Fixes #2
  • Loading branch information
ArturoMS13 committed Mar 5, 2020
1 parent dd81667 commit 2e90113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paraview_incompact3d.f90
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@ program visu_paraview
write(meanfil,*)' vwmean.dat'
write(meanfil,*)' </DataItem>'
write(meanfil,*)' </Attribute>'
write(meanfil,*)' </Grid>'
endif
write(meanfil,*)' </Grid>'
write(meanfil,'(/)')
write(meanfil,*)' </Grid>'
write(meanfil,*)'</Domain>'
Expand Down

0 comments on commit 2e90113

Please sign in to comment.