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

added enum for point tramitting.

git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@433 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 8200a583
No related branches found
No related tags found
No related merge requests found
......@@ -180,7 +180,7 @@ class MacroGridMoverIF {
MacroGridMoverIF () {}
virtual ~MacroGridMoverIF () {}
public :
enum { VERTEX = 1, EDGE1, FACE3, FACE4, HEXA, TETRA, PERIODIC3, PERIODIC4, HBND3EXT, HBND4EXT, HBND3INT, HBND4INT, ENDMARKER } ;
enum { VERTEX = 1, EDGE1, FACE3, FACE4, HEXA, TETRA, PERIODIC3, PERIODIC4=-65, HBND3EXT, HBND4EXT, HBND3INT, HBND4INT = -22 , ENDMARKER , NO_POINT = -777, POINTTRANSMITTED=-888 } ;
virtual void attach2 (int) = 0 ;
virtual void unattach2 (int) = 0 ;
virtual bool packAll (vector < ObjectStream > &) = 0 ;
......
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