From 1344c9c914d487778e8aef4c5460d663ab41ea6d Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 29 May 2020 08:51:11 -0400 Subject: [PATCH] remove useless file --- ...exception_nothrow.with_threads=off.debug.output | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/base/exception_nothrow.with_threads=off.debug.output diff --git a/tests/base/exception_nothrow.with_threads=off.debug.output b/tests/base/exception_nothrow.with_threads=off.debug.output deleted file mode 100644 index 9b745290f7..0000000000 --- a/tests/base/exception_nothrow.with_threads=off.debug.output +++ /dev/null @@ -1,14 +0,0 @@ - -DEAL::Exception: ExcInternalError() -DEAL:: --------------------------------------------------------- -An error occurred in file in function - int main() -The violated condition was: - 1==2 -Additional information: - This exception -- which is used in many places in the library -- usually indicates that some condition which the author of the code thought must be satisfied at a certain point in an algorithm, is not fulfilled. An example would be that the first part of an algorithm sorts elements of an array in ascending order, and a second part of the algorithm later encounters an element that is not larger than the previous one. - -There is usually not very much you can do if you encounter such an exception since it indicates an error in deal.II, not in your own program. Try to come up with the smallest possible program that still demonstrates the error and contact the deal.II mailing lists with it to obtain help. --------------------------------------------------------- - -- 2.39.5