]> Creatis software - clitk.git/commitdiff
Merge branch 'master' of /home/dsarrut/clitk3.server
authorRomulo Pinho <pinho@lyon.fnclcc.fr>
Thu, 20 Oct 2011 09:07:24 +0000 (11:07 +0200)
committerRomulo Pinho <pinho@lyon.fnclcc.fr>
Thu, 20 Oct 2011 09:07:24 +0000 (11:07 +0200)
CMakeLists.txt
registration/clitkGenericOptimizer.h

index e552d978311bade44b56c8c6f96d04d012fb6e41..fd3ea26bc9571c0e971224ea779a229663d5ad5a 100644 (file)
@@ -124,8 +124,6 @@ SET(SCRIPTS
   scripts/create_midP_masks-2.0.sh  
   scripts/pts_to_landmarks.sh
   scripts/create_mhd_3D.sh
-  scripts/create_sequence.sh
-  scripts/dcm_sort_by_field.sh
   scripts/dicom_info.sh
 )
 
index ca8cace7593ef6451096eb0138183d22a7c14fed..04b849d0d7280b325a5d5b30a785069080c33b99 100644 (file)
@@ -323,7 +323,7 @@ public:
       std::cout<<std::setprecision(6);
       if (m_OutputIteration)  std::cout<<"Iteration: "<< o->GetCurrentIteration()<<std::endl;
       if (m_OutputPosition)  std::cout<<"Position: "<< o->GetCurrentPosition()<<std::endl;
-      if (m_OutputPosition)  std::cout<<"Step length: "<< o->GetCurrentStepLength()<<std::endl;
+      if (m_OutputValue)  std::cout<<"Step length: "<< o->GetCurrentStepLength()<<std::endl;
       if (m_OutputValue)  std::cout<<"Value: "<< o->GetValue()<<std::endl;
       if (m_OutputGradient)  std::cout<<"Gradient: "<< o->GetGradient()<<std::endl;
       std::cout<<std::endl;