Skip to content
Snippets Groups Projects
Commit 5e4a3f73 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

print "INACTIVE" factors

parent 786fdbe9
No related branches found
No related tags found
No related merge requests found
Pipeline #6632 passed
......@@ -307,7 +307,7 @@ void FactorBase::setProblem(ProblemPtr _problem)
void FactorBase::printHeader(int _depth, bool _constr_by, bool _metric, bool _state_blocks, std::ostream& _stream, std::string _tabs) const
{
_stream << _tabs << "Fac" << id() << " " << getType() << " -->";
_stream << _tabs << "Fac" << id() << " " << getType() << (getStatus() == FAC_ACTIVE ? "" : " INACTIVE") << " -->";
if ( getFrameOtherList() .empty()
&& getCaptureOtherList() .empty()
&& getFeatureOtherList() .empty()
......
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