]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Generate output, add comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Oct 2003 22:42:26 +0000 (22:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 22 Oct 2003 22:42:26 +0000 (22:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@8132 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/solution_transfer_1.cc

index eb96c3b1ff2065e45c474ab023f1cd1ae786c32e..670c142bd00fdb14606784d3887e9c2ac482aa20 100644 (file)
@@ -16,6 +16,9 @@
 // vector or vectors as input and an empty vector of vectors as
 // output, then the output was a zero vector even if the input vector
 // was nonzero
+//
+// this was due to us computing the output vector size before we
+// resized the output vector
 
 #include <base/logstream.h>
 #include <grid/tria.h>
@@ -70,4 +73,6 @@ int main ()
                                   // should not be either!
   Assert (solution_out[0].l2_norm() > 0,
          ExcInternalError());
+
+  deallog << "OK" << std::endl;
 }

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.