From: bangerth Date: Wed, 20 Aug 2008 12:52:50 +0000 (+0000) Subject: Use the new scalar_product function in base/. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5daf8a47ebb3706421007d74739366a0e2d590;p=dealii-svn.git Use the new scalar_product function in base/. git-svn-id: https://svn.dealii.org/trunk@16606 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index abd377d268..712d6d7b8b 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -1145,18 +1145,6 @@ void BoussinesqFlowProblem::setup_dofs () -template -double scalar_product (const Tensor<2,dim> &t1, - const Tensor<2,dim> &t2) -{ - double s = 0; - for (unsigned int i=0; i void BoussinesqFlowProblem::assemble_stokes_preconditioner ()