refactor(app): usable output

This commit is contained in:
Johann Dreo 2023-02-03 11:46:17 +01:00 committed by nojhan
commit e57b504cd6

View file

@ -127,6 +127,7 @@ class moBinaryPartition : public EO<FitT>
std::ostream_iterator<AtomType>(out, " ")); // Values.
}
//! Convenience function to only render the fitess and the selected atoms (and not the rejected ones).
std::string str() const
{
std::ostringstream msg;