diff --git a/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp b/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp index a429f6eb8..6a9b98aab 100644 --- a/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp +++ b/contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp @@ -325,7 +325,7 @@ int main(int argc, char *argv[]) cout << minutes << ":"; cout.width(2); cout.fill('0'); - cout << seconds << "." << result.tv_usec << endl; + cout << seconds << "." << result.tv_usec << "(" << result.tv_sec << ")" << endl; } gsl_rng_free(rn2); // delete probmatrixs;