From 069bf196669dbd6468637e061ae5b940619b402a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@mathematik.uni-stuttgart.de> Date: Wed, 23 Mar 2005 20:54:10 +0000 Subject: [PATCH] removed rcs logs git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@176 0d966ed9-3843-0410-af09-ebfb50bd7c74 --- src/parallel/mpAccess.cc | 26 +------------------------- src/serial/myalloc.cc | 35 ----------------------------------- 2 files changed, 1 insertion(+), 60 deletions(-) diff --git a/src/parallel/mpAccess.cc b/src/parallel/mpAccess.cc index 2a81809e9..859200a5e 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 f07ef5d90..750ee5970 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 -- GitLab