]> Creatis software - clitk.git/blobdiff - vv/vvToolExtractLung.cxx
add missing "allocate"
[clitk.git] / vv / vvToolExtractLung.cxx
index 3e63df8e9f9d071822ee38b2aa7931b4904f6793..cf2546603c2d5837a548825a46c7cfc697387295 100644 (file)
@@ -136,12 +136,12 @@ void vvToolExtractLung::SetGUIFromArgsInfo()
 //------------------------------------------------------------------------------
 void vvToolExtractLung::GetArgsInfoFromGUI() 
 {
-  mArgsInfo->patientBG_arg = mPatientMaskInputWidget->GetBackgroundValue();
+  // mArgsInfo->patientBG_arg = mPatientMaskInputWidget->GetBackgroundValue();
   mArgsInfo->verboseOption_flag = true; // DEBUG. TO CHANGE
   mArgsInfo->verboseStep_flag = true; // DEBUG. TO CHANGE
   mArgsInfo->writeStep_flag = false;
   mArgsInfo->input_given = 0;
-  mArgsInfo->patient_given = 0;
+  // mArgsInfo->patient_given = 0;
   mArgsInfo->output_given = 0;
   mArgsInfo->outputTrachea_given = 0;
   mArgsInfo->remove1_given = 0;