From: Wolfgang Bangerth Date: Tue, 2 Nov 1999 07:44:47 +0000 (+0000) Subject: Fix non-compilability. X-Git-Tag: v8.0.0~21536 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bafa954831915afa9d1b541486748bf171ef134;p=dealii.git Fix non-compilability. git-svn-id: https://svn.dealii.org/trunk@1816 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index add3f9a5a1..84d5a12436 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -1,7 +1,7 @@ // deal_II_libraries.g=-ldeal_II_2d.g // deal_II_libraries=-ldeal_II_2d - +#include #include #include #include @@ -6701,6 +6701,7 @@ void TimeStep_ErrorEstimation::estimate_error_energy (const unsigned int wh target.u : target.v), estimated_error_per_cell, + vector(), parameters.stiffness); // if we are at the first time step, we @@ -6719,6 +6720,7 @@ void TimeStep_ErrorEstimation::estimate_error_energy (const unsigned int wh target.v : target.u), v_estimator, + vector(), parameters.density); estimated_error_per_cell += v_estimator; };