Skip to content
Snippets Groups Projects
Commit a9038b96 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

muted Inf detection terminal output

parent 4867e436
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ CONTAINS ...@@ -45,7 +45,7 @@ CONTAINS
isi=.TRUE. isi=.TRUE.
END IF END IF
IF((isi).AND.(str.NE.'')) THEN IF((isi).AND.(str.NE.'')) THEN
WRITE(*,'(a20,a25,i6.6,a20,i1)') str,' = Inf at timestep',cstep, ' and substep',updatetlevel !WRITE(*,'(a20,a25,i6.6,a20,i1)') str,' = Inf at timestep',cstep, ' and substep',updatetlevel
CALL FLUSH(stdout) CALL FLUSH(stdout)
END IF END IF
...@@ -70,5 +70,3 @@ CONTAINS ...@@ -70,5 +70,3 @@ CONTAINS
END FUNCTION checkfield END FUNCTION checkfield
END MODULE utility END MODULE utility
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