simplify debugging of changing datum constraints

This commit is contained in:
wmayer
2017-12-31 11:48:44 +01:00
parent 1ad7724d50
commit 88b5af4fe7
3 changed files with 27 additions and 34 deletions

View File

@@ -127,16 +127,6 @@ PyObject *Constraint::getPyObject(void)
return new ConstraintPy(new Constraint(*this));
}
void Constraint::setValue(double newValue)
{
Value = newValue;
}
double Constraint::getValue() const
{
return Value;
}
Quantity Constraint::getPresentationValue() const
{
Quantity quantity;