From: Wolfgang Bangerth Date: Fri, 19 Apr 2002 14:47:02 +0000 (+0000) Subject: Ups. X-Git-Tag: v8.0.0~18150 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42ccd983836fac0543aecf8bc51da6b2fceceaf;p=dealii.git Ups. git-svn-id: https://svn.dealii.org/trunk@5698 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 5eb3a8d0c0..35124c9449 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -1023,7 +1023,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; };