git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1470 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
700202adf2
commit
ce01a8e1a6
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ int main(int argc, char *argv[])
|
||||||
cout << minutes << ":";
|
cout << minutes << ":";
|
||||||
cout.width(2);
|
cout.width(2);
|
||||||
cout.fill('0');
|
cout.fill('0');
|
||||||
cout << seconds << "." << result.tv_usec << endl;
|
cout << seconds << "." << result.tv_usec << "(" << result.tv_sec << ")" << endl;
|
||||||
}
|
}
|
||||||
gsl_rng_free(rn2);
|
gsl_rng_free(rn2);
|
||||||
// delete probmatrixs;
|
// delete probmatrixs;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue