X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=itk%2FclitkRelativePositionDataBase.cxx;h=9ae6dd9fbba5ae27d8c294d16f133cbfe4d21f1f;hb=7f7c290c75d4917446f8751856ae7d450f58a6f0;hp=1512e4c9059cfa1c9466d308473960cdfb4214bf;hpb=744196f3cdd679570572bc69c67c258b973eca58;p=clitk.git diff --git a/itk/clitkRelativePositionDataBase.cxx b/itk/clitkRelativePositionDataBase.cxx index 1512e4c..9ae6dd9 100644 --- a/itk/clitkRelativePositionDataBase.cxx +++ b/itk/clitkRelativePositionDataBase.cxx @@ -167,7 +167,6 @@ namespace clitk { std::vector & RelativePositionDataBase::GetListOfPatients(const IndexType & index) const { const MapByPatientType & o = GetMapByPatient(index); - MapByPatientType::const_iterator iter = o.begin(); std::vector * v = new std::vector; MapToVecFirst(o, *v); return *v; @@ -223,7 +222,7 @@ namespace clitk { bool RelativePositionDataBase::CheckIndex(const IndexType & index) const { try { - const RelativePositionInformationType & m = GetInformation(index); + /*const RelativePositionInformationType & m = */ GetInformation(index); } catch (clitk::ExceptionObject e) { // std::cout << e.what() << std::endl; return false;