From: Timo Heister Date: Fri, 29 May 2020 12:51:11 +0000 (-0400) Subject: remove useless file X-Git-Tag: v9.3.0-rc1~1517^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10418%2Fhead;p=dealii.git remove useless file --- 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. --------------------------------------------------------- -