https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 82ecc2abd34b7d552dada1d8b871b33192fb6f60 authored by Wenqing Wang on 23 November 2020, 14:09:43 UTC
[RM/Test/Liakopoulos] Recovered two properties and updated the reference files
Tip revision: 82ecc2a
VtkOGSEnum.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2020, 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