]> Creatis software - clitk.git/blobdiff - vv/vvLandmarksPanel.cxx
changes in license header
[clitk.git] / vv / vvLandmarksPanel.cxx
index 46078830a8242490daedb6af1aff3abbfc63ab93..a2f0799265d24dc6461e8394700d5238cf13c0fb 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.fr
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
   - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
 
   This software is distributed WITHOUT ANY WARRANTY; without even
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-======================================================================-====*/
+===========================================================================**/
 #ifndef _vvLandmarksPanel_CXX
 #define _vvLandmarksPanel_CXX
 #include "vvLandmarksPanel.h"
@@ -124,7 +124,7 @@ void vvLandmarksPanel::SetCurrentLandmarks(vvLandmarks* lm,int time)
   mCurrentLandmarks = lm;
   tableWidget->clearContents();
   tableWidget->setRowCount(mCurrentLandmarks->GetNumberOfPoints());
-  for (int i = 0; i < mCurrentLandmarks->GetNumberOfPoints(); i++)
+  for (unsigned int i = 0; i < mCurrentLandmarks->GetNumberOfPoints(); i++)
     AddPoint(i);
   //if (time > 1)
   //tableWidget->setColumnHidden(4,1);