Test & Update for new version

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2678 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2012-01-24 01:35:56 +00:00
commit f2b13bc8ba
18 changed files with 71 additions and 187 deletions

View file

@ -1,6 +1,6 @@
/*
<t-moGPUBitNeighbor.cu>
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2012
Karima Boufaras, Thé Van LUONG
@ -90,7 +90,7 @@ int main() {
assert(test1.className()=="moGPUBitNeighbor");
std::cout << "[t-moCudaBitNeighbor] => OK" << std::endl;
std::cout << "[t-moGPUBitNeighbor] => OK" << std::endl;
return EXIT_SUCCESS;
}