* a little update tu be compatible with gnuplot
This commit is contained in:
parent
6ecfab0802
commit
7357e2a54f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ void apply(eoUF<EOT&, void>& _proc, std::vector<EOT>& _pop)
|
|||
double t2 = omp_get_wtime();
|
||||
|
||||
eoLogger log;
|
||||
log << eo::file(eo::parallel.prefix()) << t2 - t1 << ' ';
|
||||
log << eo::file(eo::parallel.prefix()) << t2 - t1 << std::endl;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Reference in a new issue