Added new test for periodic KDTree
This commit is contained in:
parent
54d23331f3
commit
81ab45d228
3 changed files with 191 additions and 0 deletions
|
@ -20,6 +20,8 @@ namespace CosmoTool
|
|||
replicate = shift;
|
||||
numFaces = spower<N,long>(3);
|
||||
std::copy(x, x+N, x_base);
|
||||
if (!next())
|
||||
abort();
|
||||
}
|
||||
|
||||
bool next()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue