Skip to content

Commit

Permalink
[PL] Don't reset position in setCoords.
Browse files Browse the repository at this point in the history
Setting of the coordinates does not necessary invalidate the element id or integration point id.

Further rework is necessary for the whole class and is a fast fix for the changes in
#2339.
  • Loading branch information
endJunction committed Feb 1, 2019
1 parent 6585152 commit 4ca0fe1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ProcessLib/Parameter/SpatialPosition.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class SpatialPosition

void setCoordinates(MathLib::TemplatePoint<double, 3> const& coordinates)
{
clear();
_coordinates = coordinates;
}

Expand Down

0 comments on commit 4ca0fe1

Please sign in to comment.