Skip to content
Snippets Groups Projects
Commit cbda2548 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 05/10/2020: IO: bugfix: IO_Field_write_error_check: kresp_out was not initialized

parent 531f1b8e
No related branches found
No related tags found
No related merge requests found
...@@ -184,6 +184,8 @@ CONTAINS ...@@ -184,6 +184,8 @@ CONTAINS
integer :: ierr_mpi integer :: ierr_mpi
integer, dimension(3) :: iresps integer, dimension(3) :: iresps
kresp_out = 0
iresps(1) = kresp_in iresps(1) = kresp_in
iresps(2) = kresp_lfi iresps(2) = kresp_lfi
iresps(3) = kresp_nc4 iresps(3) = kresp_nc4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment