Added new test for periodic KDTree

This commit is contained in:
Guilhem Lavaux 2013-03-05 22:32:11 -05:00
parent 54d23331f3
commit 81ab45d228
3 changed files with 191 additions and 0 deletions

View file

@ -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()