add const to getneighborhoodSize

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2279 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
boufaras 2011-06-01 14:04:56 +00:00
commit c3bf96e7de

View file

@ -60,7 +60,7 @@ public:
* getter to get the value of neighborhoodSize
* @return the neighborhoodSize
*/
unsigned int getNeighborhoodSize() {
unsigned int getNeighborhoodSize() const {
return neighborhoodSize;
}