update with the change
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2625 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
35dfec9f30
commit
1dee27e4aa
1 changed files with 7 additions and 7 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#ifndef __moGPUXSwapNeighbor_h
|
||||
#define __moGPUXSwapNeighbor_h
|
||||
#include <neighborhood/moBackableNeighbor.h>
|
||||
#include <neighborhood/moXChangeNeighbor.h>
|
||||
#include <neighborhood/moGPUXChangeNeighbor.h>
|
||||
#include <GPUType/moGPUPermutationVector.h>
|
||||
|
||||
/**
|
||||
|
|
@ -39,21 +39,21 @@
|
|||
|
||||
template<class Fitness>
|
||||
class moGPUXSwapNeighbor: public moBackableNeighbor<moGPUPermutationVector<Fitness> > ,
|
||||
public moXChangeNeighbor<moGPUPermutationVector<Fitness> > {
|
||||
public moGPUXChangeNeighbor<moGPUPermutationVector<Fitness> > {
|
||||
|
||||
public:
|
||||
|
||||
typedef moGPUPermutationVector<Fitness> EOT ;
|
||||
using moXChangeNeighbor<EOT>::indices;
|
||||
using moXChangeNeighbor<EOT>::xChange;
|
||||
using moXChangeNeighbor<EOT>::key;
|
||||
using moGPUXChangeNeighbor<EOT>::indices;
|
||||
using moGPUXChangeNeighbor<EOT>::xChange;
|
||||
using moGPUXChangeNeighbor<EOT>::key;
|
||||
|
||||
/**
|
||||
*Default Constructor
|
||||
*/
|
||||
|
||||
moGPUXSwapNeighbor() :
|
||||
moXChangeNeighbor<EOT> () {
|
||||
moGPUXChangeNeighbor<EOT> () {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -62,7 +62,7 @@ public:
|
|||
*/
|
||||
|
||||
moGPUXSwapNeighbor(unsigned int _xSwap) :
|
||||
moXChangeNeighbor<EOT> (_xSwap) {
|
||||
moGPUXChangeNeighbor<EOT> (_xSwap) {
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue