]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STAT/TKDInterpolator.cxx
Follow the compilation scheme of AliRoot and to fulfill the C++ effic
[u/mrichter/AliRoot.git] / STAT / TKDInterpolator.cxx
index 88bce8aee7857d795d07bffd95d58a3b321db41d..1724ac0056fa847adfa4c8ecae2fa2b8f09e25b9 100644 (file)
@@ -247,7 +247,6 @@ void TKDInterpolator::DrawNodes(Int_t depth, Int_t ax1, Int_t ax2)
        TGraph *ref = new TGraph(GetNTerminalNodes());
        ref->SetMarkerStyle(2);
        ref->SetMarkerColor(2);
-       Float_t val, error;
        for(int inode = 0; inode < GetNTerminalNodes(); inode++) ref->SetPoint(inode, fRefPoints[ax1][inode], fRefPoints[ax2][inode]);
        ref->Draw("p");
        return;