From: wolf Date: Mon, 22 Apr 2002 07:34:27 +0000 (+0000) Subject: Ah, two more extraneous semicolons for Sun Forte... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95c6e2839bae86994ca46ad30dba99168b77f7c;p=dealii-svn.git Ah, two more extraneous semicolons for Sun Forte... git-svn-id: https://svn.dealii.org/trunk@5699 0785d39b-7218-0410-832d-ea1e28bc413d --- 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