Skip to content
Snippets Groups Projects
Commit 73d660c2 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

[skip ci] Var rename

parent a4324c7b
No related branches found
No related tags found
2 merge requests!42devel->main,!40Resolve "follow core 465 Migrate from StateBlock to StateDerived"
......@@ -9,9 +9,9 @@ class StatePolylinePoint2d : public StatePoint2d
{
public:
StatePolylinePoint2d(const Vector2d &_point,
StateBlockPtr _adjacent = nullptr,
bool _fixed = false,
bool _transformable = true);
StateBlockPtr _reference_point = nullptr,
bool _fixed = false,
bool _transformable = true);
~StatePolylinePoint2d() {}
};
......
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