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

Removed RCSId and comments.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@280 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 46cc5608
No related branches found
No related tags found
No related merge requests found
// (c) mario ohlberger 1998
// $Source$
// $Revision$
// $Name$
// $State$
/* $Id$
* $Log$
* Revision 1.1 2005/03/23 14:57:55 robertk
* all files for serial version of ALU3dGrid.
*
* Revision 1.3 2004/10/25 16:38:11 robertk
* All header end with .h now. Like the original.
*
* In the .cc this changes are done.
*
* Revision 1.2 2004/10/19 13:16:04 robertk
* minor changes.
*
* 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.2 2001/12/10 13:57:23 wesenber
* RCS Log history and/or RCSId-variable added
*
***/
#include <math.h>
#include <assert.h>
#include <stdlib.h>
......@@ -35,9 +8,6 @@
#include "mapp_tetra_3d.h"
static volatile char RCSId_mapp_tetra_3d_cc [] = "$Id$" ;
const double quadraturTetra3Dbasis :: _p1 [4] = {0.25, 0.25, 0.25, 0.25} ;
const double quadraturTetra3Dbasis :: _w2 [4] = {.0416666666,
......
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