add more constraints and rebuild solver system everytime it needs to be executed
This commit is contained in:
committed by
Stefan Tröger
parent
f4331f28c9
commit
d700fff649
@@ -12,7 +12,7 @@ using namespace Assembly;
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string ConstraintPy::representation(void) const
|
||||
{
|
||||
return std::string("<ConstraintAssembly object>");
|
||||
return std::string("<Assembly constraint object>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user