_xChange with xChange
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2345 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
71e0e5b3c3
commit
2697054366
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ public:
|
||||||
|
|
||||||
moMappingNeighborhood<Neighbor>::init(_solution, _current);
|
moMappingNeighborhood<Neighbor>::init(_solution, _current);
|
||||||
if (!sendMapping) {
|
if (!sendMapping) {
|
||||||
cudaMemcpy(device_Mapping, mapping, _xChange * neighborhoodSize
|
cudaMemcpy(device_Mapping, mapping,xChange * neighborhoodSize
|
||||||
* sizeof(unsigned int), cudaMemcpyHostToDevice);
|
* sizeof(unsigned int), cudaMemcpyHostToDevice);
|
||||||
sendMapping = true;
|
sendMapping = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue