Fixed interface get_Kvec_p

This commit is contained in:
Guilhem Lavaux 2014-02-27 15:59:25 +01:00
parent fc2a0c9ddd
commit aed2920be7
2 changed files with 3 additions and 2 deletions

View file

@ -89,5 +89,6 @@ int main(int argc, char **argv)
test_2d<float>(128,128);
test_2d<float>(128,131);
test_2d<float>(128,130);
test_2d<float>(131,128);
return 0;
}