Skip to content

Commit

Permalink
Move one cleanup statement
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Pracht <pp555@cam.ac.uk>
  • Loading branch information
pprcht committed Feb 16, 2024
1 parent 67c6b4d commit 3369f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algos/ConfSolv.F90
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ subroutine cs_shutdown(io)
write (stdout,'(/,a,i0)') 'Shutting down http://localhost/',cs_port
call kill(cs_pid,9,io)
deallocate (cs_pid)
call cs_shutdown2(io)
end if
call cs_shutdown2(io)

end subroutine cs_shutdown

Expand Down

0 comments on commit 3369f72

Please sign in to comment.