]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialog.cxx
BUG contour line
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / pPlotter / HistogramDialog.cxx
index 7c5675b3899899772c8721ecd68573f2dc7cf2f2..1c2d5c09ff9c27b3326838657a5c3edcd3aa0594 100644 (file)
@@ -158,8 +158,8 @@ void HistogramDialog::OnLoadData(wxCommandEvent& event)
        if(nameF.CompareTo( _T("/0") )>0)
                file.open(  (const char*) (nameF.mb_str()) );
        
-       bool histogramReading=false,histogramPoints=false,histogramPoint=false,tf=false,ctf=false,tfp=false,ctfp=false;
-       int gv=-1,in=-1,red=-1,gr=-1,bl=-1,nPoints=-1;
+       bool histogramReading=false,/*histogramPoints=false,histogramPoint=false,*/tf=false,ctf=false,tfp=false,ctfp=false;  // JPRx
+       int gv=-1,in=-1,red=-1,gr=-1,bl=-1/*,nPoints=-1*/; // JPRx
        if(file.is_open())
        {
                //-------------
@@ -168,7 +168,7 @@ void HistogramDialog::OnLoadData(wxCommandEvent& event)
                //--------------
        
                //std::getline(file,line);
-               int i=0;
+               //int i=0;  // JPRx
                while(!file.eof())
                {
                        std::string line;