add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating
This commit is contained in:
parent
c4c27907ed
commit
bd236ee67f
54 changed files with 129 additions and 1410 deletions
|
|
@ -66,9 +66,9 @@ public:
|
|||
|
||||
/** Default constructor.
|
||||
* @param _size Length of the tree vectors (we expect the same size), default is 0
|
||||
* @param position
|
||||
* @param velocity
|
||||
* @param bestPositions
|
||||
* @param _position
|
||||
* @param _velocity
|
||||
* @param _bestPositions
|
||||
*/
|
||||
eoVectorParticle (unsigned _size = 0,PositionType _position = PositionType (), VelocityType _velocity = VelocityType (), PositionType _bestPositions = PositionType ()):PO < FitT > (),std::vector < PositionType > (_size, _position), bestPositions (_size, _bestPositions), velocities (_size,
|
||||
_velocity)
|
||||
|
|
|
|||
Reference in a new issue