]> Creatis software - creaContours.git/blobdiff - lib/Interface_ManagerContour_NDimensions/PanelBullEyeOptions.cxx
OK
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / PanelBullEyeOptions.cxx
index 68137c53117126f289dc0c206504f625f2527ff8..9ad29387dfea3bb47e768a8f9215e6935626cc96 100644 (file)
@@ -210,7 +210,7 @@ double PanelBullEyeOptions::GetAngOfCrownSection(int nCrown,int section)
        } else {
                angle = this->_lstBullEyeDetailAngle[nCrown]->GetValue();
        }
-       double numOfSec = (double)GetNumberOfSections(nCrown);
+//     double numOfSec = (double)GetNumberOfSections(nCrown);
        double deltaSec = GetAngDeltaOfCrownSection(nCrown);
        return angle + section*deltaSec ;
 }