Skip to content

Commit

Permalink
Remve unused
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega committed Jun 8, 2023
1 parent 9dfc683 commit 7158b9b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ class DiscreteParticleConfigure
typedef SearchType::ElementsContainerType ElementsContainerType;
typedef SearchType::NodesContainerType NodesContainerType;

typedef SearchType::ElementType ElementType;
typedef ContainerType::value_type PointerType;
typedef ContainerType::iterator IteratorType;
typedef ElementsContainerType::iterator ElementIteratorType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class GeometricalConfigure
// typedef SearchType::ElementsContainerType::ContainerType ContainerType;
// typedef SearchType::ElementsContainerType ElementsContainerType;

// typedef SearchType::ElementType ElementType;
// typedef ContainerType::value_type PointerType;
// typedef ContainerType::iterator IteratorType;
// typedef ElementsContainerType::iterator ElementIteratorType;
Expand All @@ -84,7 +83,6 @@ class GeometricalConfigure
typedef PointerVectorSet<GeometricalObject, IndexedObject>::ContainerType ContainerType;
typedef PointerVectorSet<GeometricalObject, IndexedObject> ElementsContainerType;

typedef SearchType::ElementType ElementType;
typedef ContainerType::value_type PointerType;
typedef ContainerType::iterator IteratorType;
// typedef ElementsContainerType::iterator ElementIteratorType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ class RigidFaceGeometricalObjectConfigure
//typedef PointerVectorSet<GeometricalObject, IndexedObject>::ContainerType ContainerType;
typedef typename ElementsContainerType::ContainerType ContainerType;


typedef SearchType::ElementType ElementType;
typedef ContainerType::value_type PointerType;
typedef ContainerType::iterator IteratorType;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace Kratos {
typedef SearchType::ElementsContainerType ElementsContainerType;
typedef SearchType::ElementsContainerType::ContainerType ContainerType;
typedef SearchType::NodesContainerType NodesContainerType;
typedef SearchType::ElementType ElementType;
typedef ContainerType::value_type PointerType;
typedef ContainerType::iterator IteratorType;
typedef ElementsContainerType::iterator ElementIteratorType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ typedef SearchType::PointType Poin
typedef PointerVectorSet<Point, IndexedObject>::ContainerType ContainerType;
typedef PointerVectorSet<Point, IndexedObject> PointsContainerType;

typedef SearchType::ElementType ElementType;
typedef ContainerType::value_type PointerType;
typedef ContainerType::iterator IteratorType;

Expand Down

0 comments on commit 7158b9b

Please sign in to comment.