git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2040 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
4fc042af27
commit
8590d4542a
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
#include <memory/moCudaSpecificData.h>
|
#include <memory/moCudaSpecificData.h>
|
||||||
|
|
||||||
template<class ElemType>
|
template<class ElemType>
|
||||||
class QAPData: public moCudaSpecificData<T> {
|
class QAPData: public moCudaSpecificData<ElemType> {
|
||||||
|
|
||||||
using moCudaSpecificData<ElemType>::sizeData;
|
using moCudaSpecificData<ElemType>::sizeData;
|
||||||
using moCudaSpecificData<ElemType>::cudaObject;
|
using moCudaSpecificData<ElemType>::cudaObject;
|
||||||
|
|
@ -50,7 +50,7 @@ public:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QAPData() :
|
QAPData() :
|
||||||
moCudaSpecificData<T> () {
|
moCudaSpecificData<ElemType> () {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue