Skip to content
Snippets Groups Projects
Commit a42d1aaf authored by Tom Fischer's avatar Tom Fischer Committed by Lars Bilke
Browse files

[MeL] Make Node::setID protected instead of privat.

This is needed for the GMSH interface.
parent 8f5d7909
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public:
return Node(_x[0]-v[0], _x[1]-v[1], _x[2]-v[2]);
}
private:
protected:
/// Update coordinates of a node.
/// This method automatically also updates the areas/volumes of all connected elements.
void updateCoordinates(double x, double y, double z);
......
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