X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvLandmarksPanel.cxx;h=a2f0799265d24dc6461e8394700d5238cf13c0fb;hb=573d80d0f7a17607d2ee883c21c940c0ba020282;hp=46078830a8242490daedb6af1aff3abbfc63ab93;hpb=1e034c70105f0926939acaaa27ddb46e904ae8bf;p=clitk.git diff --git a/vv/vvLandmarksPanel.cxx b/vv/vvLandmarksPanel.cxx index 4607883..a2f0799 100644 --- a/vv/vvLandmarksPanel.cxx +++ b/vv/vvLandmarksPanel.cxx @@ -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);