Skip to content
Snippets Groups Projects
Commit 3293829d authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

Removed unused value COLUMN from enum GEOTYPE.

parent cd39a482
No related branches found
No related tags found
No related merge requests found
......@@ -397,10 +397,9 @@ const std::string GEOObjects::getElementNameByID(const std::string &geometry_nam
case GeoLib::SURFACE:
this->getSurfaceVecObj(geometry_name)->getNameOfElementByID(id, name);
break;
case GeoLib::INVALID:
case GeoLib::VOLUME:
case GeoLib::GEODOMAIN:
case GeoLib::COLUMN:
case GeoLib::INVALID:
default:
INFO("GEOObjects::getElementNameByID() - No valid GEOTYPE given.");
break;
......
......@@ -29,8 +29,7 @@ enum GEOTYPE {
POLYLINE, //!< POLYLINE
SURFACE, //!< SURFACE
VOLUME, //!< VOLUME
GEODOMAIN, //!< GEODOMAIN
COLUMN //!< COLUMN. //WW/JOD
GEODOMAIN //!< GEODOMAIN
};
GEOTYPE convertGeoType (const std::string& geo_type_str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment