Revision ce6b80ad141aa5ce4f88f43586db0328dcdb0597 authored by Christoph Lehmann on 05 August 2022, 06:41:15 UTC, committed by Christoph Lehmann on 15 September 2022, 12:31:57 UTC
1 parent 6d82ea6
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