Add precision in the output of the eoValueParam.h
This commit is contained in:
parent
be231d9129
commit
eb8f1e99a9
4 changed files with 19 additions and 3 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue