]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix non-compilability.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 1999 07:44:47 +0000 (07:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 2 Nov 1999 07:44:47 +0000 (07:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@1816 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/wave-test-3.cc

index add3f9a5a12303a1d68383aa3a82c5e1f4f8e501..84d5a12436db7d8365c0e20e9ad037c289a5cf1d 100644 (file)
@@ -1,7 +1,7 @@
 // deal_II_libraries.g=-ldeal_II_2d.g
 // deal_II_libraries=-ldeal_II_2d
 
-
+#include <grid/tria_boundary_lib.h>
 #include <base/parameter_handler.h>
 #include <base/forward-declarations.h>
 #include <lac/forward-declarations.h>
@@ -6701,6 +6701,7 @@ void TimeStep_ErrorEstimation<dim>::estimate_error_energy (const unsigned int wh
                                       target.u :
                                       target.v),
                                      estimated_error_per_cell,
+                                     vector<bool>(),
                                      parameters.stiffness);
 
                                   // if we are at the first time step, we
@@ -6719,6 +6720,7 @@ void TimeStep_ErrorEstimation<dim>::estimate_error_energy (const unsigned int wh
                                           target.v :
                                           target.u),
                                          v_estimator,
+                                         vector<bool>(),
                                          parameters.density);
       estimated_error_per_cell += v_estimator;
     };

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.