Revision ca6058e8ec96b22809c840b371e9e6ca6573420e authored by Lars Bilke on 12 April 2021, 12:27:14 UTC, committed by Lars Bilke on 12 April 2021, 12:27:14 UTC
1 parent 34323e8
Raw File
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 *
 */

#pragma once

#include "MeshEnums.h"

int OGSToVtkCellType(MeshLib::CellType ogs);
back to top