Skip to content
Snippets Groups Projects
Commit a1ada6ed authored by Adrian Burri's avatar Adrian Burri
Browse files

removed inclusion of autopointer alumemory

[[Imported from SVN: r2138]]
parent c21c63b9
No related branches found
No related tags found
No related merge requests found
// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef __DUNE_ALU3DINCLUDE_ORIGINAL_HH__
#define __DUNE_ALU3DINCLUDE_ORIGINAL_HH__
#ifndef DUNE_ALU3DINCLUDE_HH
#define DUNE_ALU3DINCLUDE_HH
#ifndef _ANSI_HEADER
#define _ANSI_HEADER
......@@ -28,9 +28,6 @@
namespace ALU3dGridSpace {
// definition of AutoPointer class
#include "myautoptr.hh"
#include "alumemory.hh"
#ifdef _ALU3DGRID_PARALLEL_
......@@ -74,6 +71,8 @@ namespace ALU3dGridSpace {
typedef GitterType::Geometric::hexa_GEO GEOHexaElementType;
typedef GitterType::Geometric::hasFace3 HasFace3Type; // has Face with 3 polygons
typedef GitterType::Geometric::hasFace4 HasFace4Type;
typedef GitterType::Geometric::Hface3Rule Hface3RuleType;
typedef GitterType::Geometric::Hface4Rule Hface4RuleType;
typedef GitterImplType::Objects::Hbnd3Default BNDFace3Type; // boundary segment
typedef GitterImplType::Objects::Hbnd4Default BNDFace4Type;
......
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