Changeset 9851 for trunk/Mars/mtools


Ignore:
Timestamp:
08/12/10 09:43:02 (14 years ago)
Author:
tbretz
Message:
Changed MH::SetBinning and similar functions to take references instead of pointers as arguments. For convenience wrappers for the old style functions are provided.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mtools/MHSimulatedAnnealing.cc

    r7749 r9851  
    7474    binsx.SetEdges(fMoves+1, 0, 1);
    7575    binsy.SetEdges(fDim, 0.5, fDim+0.5);
    76     MH::SetBinning(&fBestEver, &binsx, &binsy);
     76    MH::SetBinning(fBestEver, binsx, binsy);
    7777   
    7878    // For better visibility, omit the first entry in fBestFuncEval
Note: See TracChangeset for help on using the changeset viewer.