Skip to content
Snippets Groups Projects
Commit 6418de33 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Graph contains constraint applying everywhere

parent 8703874d
No related branches found
No related tags found
No related merge requests found
...@@ -185,18 +185,6 @@ namespace hpp { ...@@ -185,18 +185,6 @@ namespace hpp {
/// Print the object in a stream. /// Print the object in a stream.
std::ostream& print (std::ostream& os) const; std::ostream& print (std::ostream& os) const;
/// Add a core::DifferentiableFunction function.
virtual void addNumericalConstraint (const core::DifferentiableFunctionPtr_t& /* function */)
{
HPP_THROW_EXCEPTION (Bad_function_call, "This component does not have constraints.");
}
/// Add a core::LockedDof constraint.
virtual void addLockedDofConstraint (const core::LockedDof& /* constraint */)
{
HPP_THROW_EXCEPTION (Bad_function_call, "This component does not have constraints.");
}
/// Set maximal number of iterations /// Set maximal number of iterations
void maxIterations (size_type iterations) void maxIterations (size_type iterations)
{ {
......
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