git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2031 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
83336c4149
commit
529d6d8f51
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue