Skip to content
Snippets Groups Projects

Fortran error tests

Merged Stephan Schulz requested to merge fortran_error_tests into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -217,6 +217,7 @@ contains
write(stdout, '(a)') error_msg
! Maybe also abort if the output is necesssary or handle this
! some other way.
stop
endif
#endif
call jall%balance()
@@ -235,6 +236,7 @@ contains
write(stdout, '(a)') error_msg
! Maybe also abort if the output is necesssary or handle this
! some other way.
stop
endif
#endif
Loading