]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove stray semicola.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 16:48:43 +0000 (16:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Jan 2003 16:48:43 +0000 (16:48 +0000)
git-svn-id: https://svn.dealii.org/trunk@6899 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/include/hsl/hsl.h
deal.II/contrib/hsl/source/detached_ma27.cc

index aea4bedb8aac9776061223d30b94f031af737477..99907ecdca907a5d6f646b0f8a1a7a66db41081f 100644 (file)
@@ -262,7 +262,7 @@ namespace HSL
                  unsigned int       *IW1,
                  const unsigned int *ICNTL);
   }
-};
+}
 
 
 //----------------------------   hsl.h     ---------------------------
index 86806e4e9faacc43e7be22135ad1c3fa3e6a9635..9b619410ff5f3d844a146cbcd451d24ddb192553 100644 (file)
@@ -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<T> (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<T> (CommunicationsLog::get, N, count, debug_info);
-};
+}
 
 
 
@@ -381,6 +381,6 @@ int main ()
                                    // never be able to get to this
                                    // point anyway...
   exit (1);
-};
+}
 
                 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.