From 8ef0934882ee314a2f602e5777b3006fa6ece4d6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 2 Nov 1999 07:44:47 +0000 Subject: [PATCH] Fix non-compilability. git-svn-id: https://svn.dealii.org/trunk@1816 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/wave-test-3.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; }; -- 2.39.5