* commented unused function params

This commit is contained in:
Caner Candan 2012-05-01 20:49:29 +02:00
commit 0d5bf295cb
5 changed files with 5 additions and 5 deletions

View file

@ -57,7 +57,7 @@ public:
/**
* Update the neighborhood of the given particle.
*/
virtual void updateNeighborhood(POT & ,unsigned _indice){}
virtual void updateNeighborhood(POT & ,unsigned /*_indice*/){}
/**