Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postprocessing #73

Merged
merged 14 commits into from
Jul 29, 2021
Prev Previous commit
Next Next commit
bugfix when not postprocessing
  • Loading branch information
jordidj committed Jul 12, 2021
commit a41802d48f26962bbf4ee627320bc32572c71579
3 changes: 0 additions & 3 deletions src/mod_postprocessing.f08
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,6 @@ subroutine postprocessing_clean()

if (allocated(pp_names)) then
deallocate(pp_names)
end if

if (allocated(pp_array(1) % quantities)) then
do i = 1, nb_pp
deallocate(pp_array(i) % quantities)
end do
Expand Down