Skip to content
Snippets Groups Projects
Commit 069bf196 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

removed rcs logs

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@176 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 1bf36daa
No related branches found
No related tags found
No related merge requests found
// (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 () ;
......
// (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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment