From b08d58aad336a6efa80196ef11bfcc9ab4473df4 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 6 May 2008 07:49:18 +0000 Subject: [PATCH] Simple correction. --- Testing/Utilities/galibTests4.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Testing/Utilities/galibTests4.cxx b/Testing/Utilities/galibTests4.cxx index dc2936e17b..5c44406702 100755 --- a/Testing/Utilities/galibTests4.cxx +++ b/Testing/Utilities/galibTests4.cxx @@ -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])); -- GitLab