From: wolf Date: Fri, 19 Apr 2002 14:47:02 +0000 (+0000) Subject: Ups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e4a91c9313bf24217072aa653617a443afca4f;p=dealii-svn.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; };