From 4353e91f62a510b4c31577fab9f614acb2d54d87 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 9 Jan 2003 16:48:43 +0000 Subject: [PATCH] Remove stray semicola. git-svn-id: https://svn.dealii.org/trunk@6899 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/hsl/include/hsl/hsl.h | 2 +- deal.II/contrib/hsl/source/detached_ma27.cc | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/deal.II/contrib/hsl/include/hsl/hsl.h b/deal.II/contrib/hsl/include/hsl/hsl.h index aea4bedb8a..99907ecdca 100644 --- a/deal.II/contrib/hsl/include/hsl/hsl.h +++ b/deal.II/contrib/hsl/include/hsl/hsl.h @@ -262,7 +262,7 @@ namespace HSL unsigned int *IW1, const unsigned int *ICNTL); } -}; +} //---------------------------- hsl.h --------------------------- diff --git a/deal.II/contrib/hsl/source/detached_ma27.cc b/deal.II/contrib/hsl/source/detached_ma27.cc index 86806e4e9f..9b619410ff 100644 --- a/deal.II/contrib/hsl/source/detached_ma27.cc +++ b/deal.II/contrib/hsl/source/detached_ma27.cc @@ -85,7 +85,7 @@ namespace CommunicationsLog Record record = {direction, &typeid(T), count, sizeof(T)*count, completed_bytes, descr}; communication_log.push_back (record); - }; + } /** @@ -110,8 +110,8 @@ namespace CommunicationsLog << i->description << std::endl; std::cerr << "------------------------------" << std::endl; - }; -}; + } +} @@ -125,7 +125,7 @@ void die (const std::string &text, const pid_t pid) << std::endl; CommunicationsLog::list_communication (); abort (); -}; +} /** @@ -141,7 +141,7 @@ void die (const std::string &text, const T1 t1, const T2 t2, const pid_t pid) << std::endl; CommunicationsLog::list_communication (); abort (); -}; +} @@ -173,7 +173,7 @@ void monitor_parent_liveness (const pid_t master_pid, // ask again sleep (10); }; -}; +} @@ -203,7 +203,7 @@ void put (const T *t, const size_t N, const char *debug_info) fflush (NULL); CommunicationsLog:: record_communication (CommunicationsLog::put, N, count, debug_info); -}; +} @@ -230,7 +230,7 @@ void get (T *t, const size_t N, const char *debug_info) CommunicationsLog:: record_communication (CommunicationsLog::get, N, count, debug_info); -}; +} @@ -381,6 +381,6 @@ int main () // never be able to get to this // point anyway... exit (1); -}; +} -- 2.39.5