]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a residual piece of code left over without much purpose in this program.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Mar 2006 06:19:59 +0000 (06:19 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 28 Mar 2006 06:19:59 +0000 (06:19 +0000)
git-svn-id: https://svn.dealii.org/trunk@12711 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-16/step-16.cc

index fd9d400c02b10a9000b9357a60fb2bfb55e0bf88..1e2de26497d573ae4eab76f023dfd7d824e4233e 100644 (file)
@@ -547,30 +547,6 @@ int main ()
 
   LaplaceProblem<2> laplace_problem_2d;
   laplace_problem_2d.run ();
-
-                                  // Finally, we have promised to
-                                  // trigger an exception in the
-                                  // Coefficient class. For this, we
-                                  // have to call its ``value_list''
-                                  // function with two arrays of
-                                  // different size (the number in
-                                  // parentheses behind the name of
-                                  // the object). We have commented
-                                  // out these lines in order to
-                                  // allow the program to exit
-                                  // gracefully in normal situations
-                                  // (we use the program in
-                                  // day-to-day testing of changes to
-                                  // the library as well), so you
-                                  // will only get the exception by
-                                  // un-commenting the following
-                                  // lines.
-/*  
-  Coefficient<2>    coefficient;
-  std::vector<Point<2> > points (2);
-  std::vector<double>    coefficient_values (1);
-  coefficient.value_list (points, coefficient_values);
-*/
   
   return 0;
 }

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.