From 3bbe7ec2dd55137c3302401acc0f5a2dbd2ce9b7 Mon Sep 17 00:00:00 2001 From: Stein Dale Date: Wed, 6 May 2015 13:00:13 +0200 Subject: [PATCH] Removed enum Removed enum for result position which now is replaced by a private enum in the reader class. --- ApplicationCode/GeoMech/OdbReader/RifOdbReader.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ApplicationCode/GeoMech/OdbReader/RifOdbReader.h b/ApplicationCode/GeoMech/OdbReader/RifOdbReader.h index 2c6a868c26..4cf40d073f 100644 --- a/ApplicationCode/GeoMech/OdbReader/RifOdbReader.h +++ b/ApplicationCode/GeoMech/OdbReader/RifOdbReader.h @@ -29,12 +29,6 @@ class odb_Odb; class odb_Frame; class odb_Instance; -enum ResPos -{ - NODAL, - ELEMENT_NODAL, - INTEGRATION_POINT -}; //================================================================================================== //