From ce01a8e1a68ecd5575c4c367e7374fc196853999 Mon Sep 17 00:00:00 2001 From: wcancino Date: Mon, 2 Mar 2009 15:36:05 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1470 331e1502-861f-0410-8da2-ba01fb791d7f --- contribution/branches/PhyloMOEA/PhyloMOEA/PhyloMOEA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;