git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1470 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
wcancino 2009-03-02 15:36:05 +00:00
commit ce01a8e1a6

View file

@ -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;