Revision 5170b9042a311d18b442c05f5a05ca1b0c458846 authored by Lars Bilke on 22 July 2021, 08:13:43 UTC, committed by Lars Bilke on 23 July 2021, 07:14:05 UTC
1 parent 1209233
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