1
0
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:
paboyle
2018-01-25 23:37:34 +00:00
parent c904822e74
commit 24a4589def
5 changed files with 11 additions and 9 deletions

View File

@@ -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);
}
/*