Skip to content
Snippets Groups Projects
Commit c1cf7bbf authored by Stephan Schulz's avatar Stephan Schulz
Browse files

ALL_Staggered_f: abort on VTK error

parent 76b228fd
Branches
Tags
1 merge request!18Fortran error tests
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment