From cea8c450b30d82de173e39bbcabfcbcc8fa1cb19 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 07:59:24 +0000 Subject: [PATCH] correct name of variable dealloc git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2353 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/test/t-moGPUMemory.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/ParadisEO-GPU/test/t-moGPUMemory.cu b/branches/ParadisEO-GPU/test/t-moGPUMemory.cu index 688b01c91..56f3a57e6 100644 --- a/branches/ParadisEO-GPU/test/t-moGPUMemory.cu +++ b/branches/ParadisEO-GPU/test/t-moGPUMemory.cu @@ -49,7 +49,7 @@ int main() { int * cpy_data; int * d_data; moGPUAllocator alloc; - moGPUDeallocator disalloc; + moGPUDeallocator dealloc; moGPUCopy cpy; int i=0;