From 2251aba946a6772426d872787bdf3daeffcc8048 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 21 May 2002 14:45:21 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@5865 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.39.5