X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FPanelBullEyeOptions.cxx;h=9ad29387dfea3bb47e768a8f9215e6935626cc96;hb=803877e98b79df963f17d83da7203fd972674d9e;hp=68137c53117126f289dc0c206504f625f2527ff8;hpb=c44a460ed5caecaf9ba53099158ff0d80fae0353;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 ; }