From b6d86f65f9835ce3c386819a63658da47ccf302d Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 13 May 2011 08:39:35 +0000 Subject: [PATCH] add constructor git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2231 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/memory/moGPUObject.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/branches/ParadisEO-GPU/src/memory/moGPUObject.h b/branches/ParadisEO-GPU/src/memory/moGPUObject.h index d0e26c3d8..9152d266d 100644 --- a/branches/ParadisEO-GPU/src/memory/moGPUObject.h +++ b/branches/ParadisEO-GPU/src/memory/moGPUObject.h @@ -35,8 +35,6 @@ #ifndef __moGPUObject_H_ #define __moGPUObject_H_ -// CUDA includes -#include #include #include #include @@ -49,6 +47,13 @@ class moGPUObject { public: + /* + * Constructor + */ + moGPUObject() { + + } + /** *Allocate & Copy data from CPU memory to GPU global memory (default copy) *@param _data the data to allocate on GPU