git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1993 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
b27cbd479c
commit
6c69e4e19f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public:
|
||||||
* @param _incrEval the incremental evaluation
|
* @param _incrEval the incremental evaluation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
moCudaVectorEval(unsigned _neighborhoodSize, IncrementEval & _incrEval) :
|
moCudaVectorEval(unsigned int _neighborhoodSize, IncrementEval & _incrEval) :
|
||||||
moCudaEval<Neighbor> (_neighborhoodSize), incrEval(_incrEval) {
|
moCudaEval<Neighbor> (_neighborhoodSize), incrEval(_incrEval) {
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue