git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2031 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2010-12-21 16:22:25 +00:00
commit 529d6d8f51

View file

@ -35,7 +35,11 @@
#ifndef _moCudaSpecificData_H_
#define _moCudaSpecificData_H_
#include <moCudaObject.h>
#include <memory/moCudaObject.h>
/**
* class of managment of specific data problem
*/
template<class T>
class moCudaSpecificData {
@ -80,3 +84,4 @@ public:
moCudaObject<T> cudaObject;
};
#endif