Revision 5b636d67fab85b25c33323f42f0970d117fe9980 authored by Lars Bilke on 05 October 2021, 06:58:14 UTC, committed by Lars Bilke on 05 October 2021, 06:58:14 UTC
Cannot add a comment between CMake arguments (hides all remaining args).
1 parent ee47dc9
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