]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust test output. 11624/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 28 Jan 2021 20:57:54 +0000 (13:57 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 28 Jan 2021 20:57:54 +0000 (13:57 -0700)
tests/base/exception_nothrow.debug.output
tests/base/unsubscribe_subscriptor.debug.output
tests/parameter_handler/parameter_handler_19.debug.output
tests/parameter_handler/parameter_handler_25.output
tests/parameter_handler/parameter_handler_26.output

index 9b745290f777843cc78324dbb18139f7f25bacf5..6dc945f10ee9b711fce963e9bf0e32c636650e2a 100644 (file)
@@ -5,10 +5,20 @@ DEAL::
 An error occurred in file <exception_nothrow.cc> in function
     int main()
 The violated condition was: 
-    1==2
+    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.
+    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.
 --------------------------------------------------------
 
index 03bd8c6462bf34c6813add691744ba81d62721cb..8839743656ea13d29bb36eb15d214058bf7b48fc 100644 (file)
@@ -7,7 +7,8 @@ An error occurred in file <subscriptor.cc> in function
 The violated condition was: 
     it != counter_map.end()
 Additional information: 
-    No subscriber with identifier <b> subscribes to this object of class N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
+    No subscriber with identifier <b> subscribes to this object of class
+    N6dealii11SubscriptorE. Consequently, it cannot be unsubscribed.
 --------------------------------------------------------
 
 DEAL::Exception: ExcMessage( "This Subscriptor object does not know anything about the supplied pointer!")
@@ -18,6 +19,7 @@ An error occurred in file <subscriptor.cc> in function
 The violated condition was: 
     validity_ptr_it != validity_pointers.end()
 Additional information: 
-    This Subscriptor object does not know anything about the supplied pointer!
+    This Subscriptor object does not know anything about the supplied
+    pointer!
 --------------------------------------------------------
 
index 813cf501f6aef7af83a6ad1928cd9084a5a98e48..e7031efdc6759824adda509f96c15e51808a213b 100644 (file)
@@ -7,7 +7,8 @@ An error occurred in file <parameter_handler.cc> in function
 The violated condition was: 
     subsection_path.size() != 0
 Additional information: 
-    You can't leave a subsection if you are already at the top level of the subsection hierarchy.
+    You can't leave a subsection if you are already at the top level of
+    the subsection hierarchy.
 --------------------------------------------------------
 
 DEAL::
@@ -22,7 +23,8 @@ An error occurred in file <parameter_handler.cc> in function
 The violated condition was: 
     subsection_path.size() != 0
 Additional information: 
-    You can't leave a subsection if you are already at the top level of the subsection hierarchy.
+    You can't leave a subsection if you are already at the top level of
+    the subsection hierarchy.
 --------------------------------------------------------
 
 DEAL::
index 469de723740891c2ec2de75d30aaebd188339e43..26d844de58c87dc52c14a9f5ac1e548253026ba7 100644 (file)
@@ -5,9 +5,9 @@ DEAL::
 --------------------------------------------------------
 An error occurred in file <parameter_handler.cc> in function
     void dealii::ParameterHandler::set(const string&, const string&)
-The violated condition was:
+The violated condition was: 
     false
-Additional information:
+Additional information: 
     You can't ask for entry <Precison> you have not yet declared.
 --------------------------------------------------------
 
@@ -15,14 +15,17 @@ DEAL::
 --------------------------------------------------------
 An error occurred in file <parameter_handler.cc> in function
     void dealii::ParameterHandler::assert_that_entries_have_been_set() const
-The violated condition was:
+The violated condition was: 
     entries_wrongly_not_set.size() == 0
-Additional information:
-    Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters
-
-  General.Precision
-  General.dim
-
- have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct.
+Additional information: 
+    Not all entries of the parameter handler that were declared with
+    `has_to_be_set = true` have been set. The following parameters
+    
+    General.Precision
+    General.dim
+    
+    have not been set. A possible reason might be that you did not add
+    these parameter to the input file or that their spelling is not
+    correct.
 --------------------------------------------------------
 
index e9c22845832e11b6120c00ac1aa3e91a3221e0c4..7ce64d469fa92049d127cc3620f945f159f510b8 100644 (file)
@@ -5,14 +5,17 @@ DEAL::
 --------------------------------------------------------
 An error occurred in file <parameter_handler.cc> in function
     void dealii::ParameterHandler::assert_that_entries_have_been_set() const
-The violated condition was:
+The violated condition was: 
     entries_wrongly_not_set.size() == 0
-Additional information:
-    Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters
-
-  General.Precision
-  General.dim
-
- have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct.
+Additional information: 
+    Not all entries of the parameter handler that were declared with
+    `has_to_be_set = true` have been set. The following parameters
+    
+    General.Precision
+    General.dim
+    
+    have not been set. A possible reason might be that you did not add
+    these parameter to the input file or that their spelling is not
+    correct.
 --------------------------------------------------------
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.