Revision da1df774157ade73292cb16b424d26c587a2db4c authored by Lars Bilke on 03 November 2022, 07:16:59 UTC, committed by Lars Bilke on 04 November 2022, 09:55:36 UTC
1 parent 00c1a7d
Raw File
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2022, 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