mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-15 10:41:54 +01:00
Changes to interface a little
This commit is contained in:
@@ -511,6 +511,7 @@ void ExchangeTester(const functor &func)
|
||||
}
|
||||
}
|
||||
// assert(found==1);
|
||||
assert(found==1||found==0);
|
||||
}
|
||||
for(int i=0;i<Nsimd;i++){
|
||||
int found=0;
|
||||
@@ -521,6 +522,7 @@ void ExchangeTester(const functor &func)
|
||||
}
|
||||
}
|
||||
// assert(found==1);
|
||||
assert(found==1||found==0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user