From 3288906663eda311979a69e3897d51c6d8673a1d Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 22 Sep 2004 09:35:13 +0000 Subject: [PATCH] New test. (2004/09/19) git-svn-id: https://svn.dealii.org/trunk@9669 0785d39b-7218-0410-832d-ea1e28bc413d --- .../base/slice_vector.output | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/results/sparc-sun-solaris2.7+gcc2.95/base/slice_vector.output diff --git a/tests/results/sparc-sun-solaris2.7+gcc2.95/base/slice_vector.output b/tests/results/sparc-sun-solaris2.7+gcc2.95/base/slice_vector.output new file mode 100644 index 0000000000..384b3aa91e --- /dev/null +++ b/tests/results/sparc-sun-solaris2.7+gcc2.95/base/slice_vector.output @@ -0,0 +1,25 @@ + + 0 1 2 0 1 2 3 + 2 0 1 +-------------------------------------------------------- +An error occurred in file in function + VectorSlice > >::VectorSlice(const vector > &, unsigned int, unsigned int) +The violated condition was: + (start+length<=v.size()) +The name and call sequence of the exception was: + ExcIndexRange(length, 0, v.size()-start+1) +Additional Information: +Index 5 is not in [0,5[ +-------------------------------------------------------- +DEAL::Abort!!! +-------------------------------------------------------- +An error occurred in file in function + int & VectorSlice > >::operator [](unsigned int) +The violated condition was: + (i