diff --git a/src/parallel/mpAccess.cc b/src/parallel/mpAccess.cc index 2a81809e9d86c295488af8e9a71d397836938796..859200a5e13858b82c29871644d2c0ef65ef8f68 100644 --- a/src/parallel/mpAccess.cc +++ b/src/parallel/mpAccess.cc @@ -1,26 +1,4 @@ - // (c) bernhard schupp 1997 - 1998 - - // $Source$ - // $Revision$ - // $Name$ - // $State$ - -/* $Id$ - * $Log$ - * Revision 1.1 2005/03/23 14:58:34 robertk - * all additional files for parallel version of ALU3dGrid. - * - * Revision 1.1 2004/10/25 16:41:20 robertk - * Parallel grid implementations. - * - * Revision 1.4 2002/04/19 15:36:07 wesenber - * modifications required for IBM VisualAge C++ Version 5.0 - * - * Revision 1.3 2001/12/10 13:57:23 wesenber - * RCS Log history and/or RCSId-variable added - * - ***/ - +// (c) bernhard schupp 1997 - 1998 #ifdef IBM_XLC #define _ANSI_HEADER #endif @@ -36,8 +14,6 @@ #include "mpAccess.h" -static volatile char RCSId_mpAccess_cc [] = "$Id$" ; - vector < int > MpAccessLocal :: dest () const { vector < int > d (linkage.size ()) ; for (map < int, int, less < int > > :: const_iterator i = linkage.begin () ; diff --git a/src/serial/myalloc.cc b/src/serial/myalloc.cc index f07ef5d90e29af5fc758afcaa2da64bc5d99e04f..750ee5970c0b60a07015bff288c7fbda1e6dbe4b 100644 --- a/src/serial/myalloc.cc +++ b/src/serial/myalloc.cc @@ -1,37 +1,4 @@ // (c) christian badura, 1998 - - // $Source$ - // $Revision$ - // $Name$ - // $State$ - - // Auf UNIX zum Raufsetzen des Speicherlimits (Breakvalue) - -/* $Id$ - * $Log$ - * Revision 1.1 2005/03/23 14:57:56 robertk - * all files for serial version of ALU3dGrid. - * - * Revision 1.3 2004/12/20 21:35:43 robertk - * gcc compile. - * - * Revision 1.2 2004/10/25 16:38:12 robertk - * All header end with .h now. Like the original. - * - * In the .cc this changes are done. - * - * Revision 1.1 2004/10/15 09:48:38 robertk - * Inititial version. Some extenxions for Dune made. Schould be compatible - * with all other applications done so far. - * - * Revision 1.4 2002/04/19 15:36:07 wesenber - * modifications required for IBM VisualAge C++ Version 5.0 - * - * Revision 1.3 2001/12/10 13:57:23 wesenber - * RCS Log history and/or RCSId-variable added - * - ***/ - #ifdef IBM_XLC #define _ANSI_HEADER #endif @@ -60,8 +27,6 @@ #include "myalloc.h" -static volatile char RCSId_myalloc_cc [] = "$Id$" ; - const long MyAlloc :: MAX_HOLD_ADD = 400000 ; // max MAX_HOLD_ADD Objekte werden gespeichert const double MyAlloc :: MAX_HOLD_MULT = 1.3 ; // max das MAX_HOLD_MULT-fache der momentan // aktiven Objekte werden gespeichert