]> Creatis software - clitk.git/blobdiff - segmentation/clitkRelativePositionList.txx
Fixed MSVC warning
[clitk.git] / segmentation / clitkRelativePositionList.txx
index 7a53a99dc1eb3248c230b6690ef346b0906003be..254fa4c4581cd6895444789003d8b70138f8387f 100644 (file)
@@ -150,7 +150,7 @@ GenerateOutputInformation() {
     if (mArgsInfoList[i].orientation_given) text += std::string(mArgsInfoList[i].orientation_arg[0])+" ";
     else text = text+"("+toString(mArgsInfoList[i].angle1_arg)+" "+
            toString(mArgsInfoList[i].angle2_arg)+" "+
-           (mArgsInfoList[i].inverse_flag==true?"true":"false")+") ";
+           (mArgsInfoList[i].inverse_flag?"true":"false")+") ";
     text = text+mArgsInfoList[i].object_arg+" "+toString(mArgsInfoList[i].threshold_arg);
     if (mArgsInfoList[i].sliceBySlice_flag) {
       text += " slice by slice";