better indent
This commit is contained in:
parent
dd8aa6df37
commit
c281440cfe
3 changed files with 6 additions and 6 deletions
|
|
@ -40,8 +40,8 @@
|
||||||
*
|
*
|
||||||
* @ingroup Selectors
|
* @ingroup Selectors
|
||||||
*/
|
*/
|
||||||
template < class POT > class eoLinearTopology:public eoTopology <
|
template<class POT>
|
||||||
POT >
|
class eoLinearTopology : public eoTopology<POT>
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,8 @@
|
||||||
* @ingroup Selectors
|
* @ingroup Selectors
|
||||||
* @ingroup Core
|
* @ingroup Core
|
||||||
*/
|
*/
|
||||||
template < class POT > class eoTopology:public eoPop < POT >
|
template<class POT>
|
||||||
|
class eoTopology : public eoPop<POT>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,8 @@
|
||||||
* tree templates arguments are required: the fitness type (which is also the type of the
|
* tree templates arguments are required: the fitness type (which is also the type of the
|
||||||
* particle's best fitness), the position type and the velocity type.
|
* particle's best fitness), the position type and the velocity type.
|
||||||
*/
|
*/
|
||||||
template < class FitT, class PositionType, class VelocityType > class eoVectorParticle:public PO < FitT >,
|
template < class FitT, class PositionType, class VelocityType >
|
||||||
public std::vector <
|
class eoVectorParticle : public PO < FitT >, public std::vector < PositionType >
|
||||||
PositionType >
|
|
||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue