correct name of variable dealloc

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2353 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-09-14 07:59:24 +00:00
commit cea8c450b3

View file

@ -49,7 +49,7 @@ int main() {
int * cpy_data; int * cpy_data;
int * d_data; int * d_data;
moGPUAllocator alloc; moGPUAllocator alloc;
moGPUDeallocator disalloc; moGPUDeallocator dealloc;
moGPUCopy cpy; moGPUCopy cpy;
int i=0; int i=0;