From: Wolfgang Bangerth Date: Tue, 21 May 2002 14:45:21 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~18016 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2251aba946a6772426d872787bdf3daeffcc8048;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@5865 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index acef487149..058065f438 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -570,7 +570,7 @@ namespace LaplaceSolver assemble_matrix (LinearSystem &linear_system, const typename DoFHandler::active_cell_iterator &begin_cell, const typename DoFHandler::active_cell_iterator &end_cell, - Threads::ThreadMutex &mutex) const ; + Threads::ThreadMutex &mutex) const; };