X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FPanelBullEyeOptions.cxx;h=9ad29387dfea3bb47e768a8f9215e6935626cc96;hb=4473ecd3ff7567a6ae8fd054fae5b21ede175d00;hp=68137c53117126f289dc0c206504f625f2527ff8;hpb=6e3c929c883c405e0075fa8df10b12a935979367;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/PanelBullEyeOptions.cxx b/lib/Interface_ManagerContour_NDimensions/PanelBullEyeOptions.cxx index 68137c5..9ad2938 100644 --- a/lib/Interface_ManagerContour_NDimensions/PanelBullEyeOptions.cxx +++ b/lib/Interface_ManagerContour_NDimensions/PanelBullEyeOptions.cxx @@ -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 ; }