Revision 317f0cb78e56aaaa51c961b4b450b1f5d7ec82d6 authored by Dmitri Naumov on 18 September 2022, 21:24:19 UTC, committed by Dmitri Naumov on 18 September 2022, 21:25:09 UTC
 - Avoid shadowing,

 - Unify declaration/definition name.
1 parent 4895a54
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