diff --git a/src/feature/feature_base.cpp b/src/feature/feature_base.cpp index 11db6b079bd8371a48a660547997f7c68d3198bf..5e3516cccc2f6095e2c4c8905ceb90649cfeda9e 100644 --- a/src/feature/feature_base.cpp +++ b/src/feature/feature_base.cpp @@ -198,7 +198,7 @@ void FeatureBase::link(CaptureBasePtr _cpt_ptr) } void FeatureBase::printHeader(int _depth, bool _constr_by, bool _metric, bool _state_blocks, std::ostream& _stream, std::string _tabs) const { - _stream << _tabs << "Ftr" << id() << " trk" << trackId() << " " << getType() << ((_depth < 4) ? " -- " + std::to_string(getFactorList().size()) + "c " : ""); + _stream << _tabs << "Ftr" << id() << " trk" << trackId() << " " << getType() << ((_depth < 4) ? " -- " + std::to_string(getFactorList().size()) + "fac " : ""); if (_constr_by) { _stream << " <--\t";