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

author.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@134 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent a76ba652
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.7 2005/03/22 15:56:59 robertk
* Removed warning.
*
* Revision 1.6 2005/01/13 16:56:24 robertk
* Constructor as method initialize now.
* initialize is not called in the Base Class.
*
* Revision 1.5 2004/12/21 17:40:16 robertk
* removed some warnings.
*
* Revision 1.4 2004/12/21 17:17:34 robertk
* Imporoved Hbnd3IntStorage.
*
* removed all new ghost methods and moved them to DuneParallelGridMover
* class.
*
* Revision 1.3 2004/12/20 21:41:40 robertk
* Added coord ghost coord on hndbint.
*
* Revision 1.2 2004/10/25 16:38:10 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:37 robertk
* Inititial version. Some extenxions for Dune made. Schould be compatible
* with all other applications done so far.
*
* Revision 1.11 2002/05/24 11:19:19 dedner
* *** empty log message ***
*
* Revision 1.10 2002/05/24 09:05:31 dedner
* Vorl"aufig syntaktisch korrekte, d.h. kompilierbare Version
*
* Revision 1.9 2002/05/23 16:37:41 dedner
* Test nach Einbau der Periodischen 4-Raender
*
* Revision 1.8 2002/04/19 15:36:07 wesenber
* modifications required for IBM VisualAge C++ Version 5.0
*
* Revision 1.7 2001/12/10 13:57:23 wesenber
* RCS Log history and/or RCSId-variable added
*
***/
// (c) bernhard schupp 1997 - 1998
// modifications for Dune Interface
// (c) Robert Kloefkorn 2004 - 2005
#ifdef IBM_XLC
#define _ANSI_HEADER
#endif
......@@ -81,8 +30,6 @@
#include "gitter_sti.h"
#include "gitter_mgb.h"
static volatile char RCSId_gitter_mgb_cc [] = "$Id$" ;
pair < Gitter :: Geometric :: VertexGeo *, bool > MacroGridBuilder ::
InsertUniqueVertex (double x, double y, double z, int i) {
vertexMap_t :: const_iterator hit = _vertexMap.find (i) ;
......
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