From 4280766858f23b2bfbcbe160097dd4998efafbcb Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 6 Nov 2006 04:38:14 +0000 Subject: [PATCH] Formatting change git-svn-id: https://svn.dealii.org/trunk@14157 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-24/step-24.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-24/step-24.cc b/deal.II/examples/step-24/step-24.cc index 52082d172d..4a4be7b5b9 100644 --- a/deal.II/examples/step-24/step-24.cc +++ b/deal.II/examples/step-24/step-24.cc @@ -566,7 +566,7 @@ void TATForwardProblem::run () { setup_system(); - VectorTools::project (dof_handler,constraints, + VectorTools::project (dof_handler, constraints, QGauss(3), InitialValuesP(), old_solution_p); old_solution_v = 0; -- 2.39.5