Add precision in the output of the eoValueParam.h

This commit is contained in:
verel 2014-11-09 15:17:41 +01:00
commit eb8f1e99a9
4 changed files with 19 additions and 3 deletions

View file

@ -67,13 +67,12 @@ eoMonitor& eoFileMonitor::operator()(void)
printHeader();
firstcall = false;
}
return operator()(os);
}
eoMonitor& eoFileMonitor::operator()(std::ostream& os)
{
iterator it = vec.begin();
os << (*it)->getValue();