Revision caec7a3da39d79a13636b27407a51594718617b8 authored by Thomas Nagel on 20 August 2021, 08:11:32 UTC, committed by Dmitri Naumov on 01 September 2021, 12:51:09 UTC
1 parent fb00536
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