mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
Removing the fake error introduced for testing
This commit is contained in:
@ -120,7 +120,6 @@ class ReproducibilityState {
|
||||
bitwise_xor(sumarray[thread], repr.th_states[repr.n_call][thread],xors);
|
||||
// OR all words
|
||||
unsigned char res = 0;
|
||||
xors[0]=1;
|
||||
for (int w = 0; w < words; w++) res = res | xors[w];
|
||||
if ( res ) {
|
||||
std::cout << GridLogMessage << "Reproducibility failure report" << std::endl;
|
||||
|
Reference in New Issue
Block a user