Skip to content
Snippets Groups Projects
Commit b08d58aa authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Simple correction.

parent 1e7a7dc0
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ galibTests4(int argc, char * argv[])
// specify a random seed, the evolution will be exactly the same each time
// you use that seed number.
const char * outputfile = argv[1];
for(int ii=1; ii<argc; ii++) {
if(strcmp(argv[ii],"seed") == 0) {
GARandomSeed((unsigned int)atoi(argv[ii+1]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment