From c50f6aaa95b7f209d9cc54ac3f4e98d4060eb402 Mon Sep 17 00:00:00 2001 From: Martin Nolte <nolte@mathematik.uni-freiburg.de> Date: Sat, 19 Jan 2013 13:08:01 +0200 Subject: [PATCH] remove old 2d lib --- dune/alugrid/src/alugrid_2d.cc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 dune/alugrid/src/alugrid_2d.cc diff --git a/dune/alugrid/src/alugrid_2d.cc b/dune/alugrid/src/alugrid_2d.cc deleted file mode 100644 index 3472cb3c0..000000000 --- a/dune/alugrid/src/alugrid_2d.cc +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __ALUGRID_2D_CC_INCLUDED__ -#define __ALUGRID_2D_CC_INCLUDED__ - -#define ALU2DGRID_COMPATIBILITY_LEVEL 2 -#include "alugrid_2d.h" - -#ifndef NDEBUG -#warning -- Compiling ALUGrid code in debug mode!!! Use -DNDEBUG to get more optimized code!!! -#endif - -namespace ALU2DGrid -{ - -// this is needed since the code does not used std :: -using namespace std; - -#include "2d/grid.cc" -#include "2d/triang.cc" -#include "2d/hdlrw.cc" -#include "2d/mknbrs.cc" -#include "2d/handle.cc" -#include "2d/vmmap.cc" -#include "2d/vtx_btree.cc" - -} //end namespace - -#endif -- GitLab