From c95c6e2839bae86994ca46ad30dba99168b77f7c Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 22 Apr 2002 07:34:27 +0000 Subject: [PATCH] Ah, two more extraneous semicolons for Sun Forte... git-svn-id: https://svn.dealii.org/trunk@5699 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparse_direct.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/sparse_direct.cc b/deal.II/lac/source/sparse_direct.cc index 44b5fbe873..7ad0553917 100644 --- a/deal.II/lac/source/sparse_direct.cc +++ b/deal.II/lac/source/sparse_direct.cc @@ -113,7 +113,7 @@ namespace HSL "the respective files in the right place, " "re-configuring the library and re-building it!")); }; - }; + } }; #endif // ifndef HAVE_HSL_MA27 @@ -187,7 +187,7 @@ namespace HSL "the respective files in the right place, " "re-configuring the library and re-building it!")); }; - }; + } }; #endif // ifndef HAVE_HSL_MA47 -- 2.39.5