Skip to content
Snippets Groups Projects
Face.cpp 607 B
Newer Older
  • Learn to ignore specific revisions
  •  * Copyright (c) 2012, OpenGeoSys Community (http://www.opengeosys.com)
    
    Lars Bilke's avatar
    Lars Bilke committed
     *            Distributed under a Modified BSD License.
     *              See accompanying file LICENSE.txt or
    
     *              http://www.opengeosys.com/LICENSE.txt
    
    Lars Bilke's avatar
    Lars Bilke committed
     *
     *
    
    Lars Bilke's avatar
    Lars Bilke committed
     * \file Face.cpp
    
    Lars Bilke's avatar
    Lars Bilke committed
     * Created on 2012-05-02 by Karsten Rink
    
    Face::Face(Node** nodes, MshElemType::type type, unsigned value)
    
    	: Element(nodes, type, value)
    {
    }
    
    Face::Face(MshElemType::type type, unsigned value)
    
    	delete[] this->_neighbors;