@@ -72,4 +72,5 @@ std::string Olok::toString(void) {
}
// add penalty count to output
output.push_back(penaltyCount + '0');
+ return output;