git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2144 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
040d188efc
commit
ea9928ef72
1 changed files with 104 additions and 104 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
<CudaBitNeighbor.h>
|
||||
<moCudaBitNeighbor.h>
|
||||
Copyright (C) DOLPHIN Project-Team, INRIA Lille - Nord Europe, 2006-2010
|
||||
|
||||
Jerémie Humeau, Boufaras Karima, Thé Van LUONG
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifndef _moCudaBitNeighbor_h
|
||||
#define _moCudaBitNeighbor_h
|
||||
|
|
@ -43,10 +43,10 @@
|
|||
*/
|
||||
|
||||
template<class EOT, class Fitness = typename EOT::Fitness>
|
||||
class moCudaBitNeighbor: public moBackableNeighbor<EOT, Fitness> ,
|
||||
class moCudaBitNeighbor: public moBackableNeighbor<EOT, Fitness> ,
|
||||
public moIndexNeighbor<EOT, Fitness> {
|
||||
|
||||
public:
|
||||
public:
|
||||
|
||||
using moBackableNeighbor<EOT, Fitness>::fitness;
|
||||
using moIndexNeighbor<EOT, Fitness>::key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue