File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919#define CONSTANTSH
2020
2121// Release number
22- #define RELEASE "2.1 "
22+ #define RELEASE "2.2 "
2323
2424// Use symmetry
2525//#define USE_SYMMETRY
Original file line number Diff line number Diff line change @@ -166,6 +166,12 @@ static bool splitWorkFile = false;
166166
167167int main (int argc, char * argv[]) {
168168
169+ #ifdef USE_SYMMETRY
170+ printf (" Kangaroo v" RELEASE " (with symmetry)\n " );
171+ #else
172+ printf (" Kangaroo v" RELEASE " \n " );
173+ #endif
174+
169175 // Global Init
170176 Timer::Init ();
171177 rseed (Timer::getSeed32 ());
@@ -177,12 +183,6 @@ int main(int argc, char* argv[]) {
177183 int a = 1 ;
178184 nbCPUThread = Timer::getCoreNumber ();
179185
180- #ifdef USE_SYMMETRY
181- printf (" Kangaroo v" RELEASE " (with symmetry)\n " );
182- #else
183- printf (" Kangaroo v" RELEASE " \n " );
184- #endif
185-
186186 while (a < argc) {
187187
188188 if (strcmp (argv[a], " -t" ) == 0 ) {
You can’t perform that action at this time.
0 commit comments