Ignore:
Timestamp:
08/21/03 11:27:42 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1FindSupercuts.cc

    r2308 r2310  
    759759
    760760    MMinuitInterface inter;               
    761     Bool_t rc = inter.CallMinuit(fcnSupercuts, fParName,
     761    Bool_t rc = inter.CallMinuit(fcnSupercuts, name,
    762762                                 fVinit, fStep, fLimlo, fLimup, fFix,
    763763                                 &evtloopfcn, "SIMPLEX", kFALSE);
  • trunk/MagicSoft/Mars/manalysis/MCT1FindSupercuts.h

    r2308 r2310  
    5656  // attention : dimensions must agree with those in
    5757  //             MMinuitInterface::CallMinuit()
    58   char    fParName [80][100];
     58  //char    fParName [80][100];
    5959  TArrayD fVinit;
    6060  TArrayD fStep;
Note: See TracChangeset for help on using the changeset viewer.