Changeset 8951 for trunk/MagicSoft


Ignore:
Timestamp:
06/13/08 17:39:47 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8947 r8951  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21
     22 2008/06/13 Thomas Bretz
     23
     24   * datacenter/macros/fillcalib.C:
     25     - fixed a bug introduced by the usage of InserUpdate
     26
    2027
    2128
  • trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C

    r8931 r8951  
    241241    //inserting or updating the information in the database
    242242    TString vars =
    243         Form(" fSequenceFirst=%d,"
    244              " fUnsuitableInner=%d, "
     243        Form(" fUnsuitableInner=%d, "
    245244             " fUnsuitableOuter=%d, "
    246245             " fUnreliableInner=%d, "
     
    256255             " fConvFactorOuter=%s, "
    257256             " fRatioCalEvents=%s ",
    258              seq, (int)unsin, (int)unsout, (int)unrin,
     257             (int)unsin, (int)unsout, (int)unrin,
    259258             (int)unrout, (int)isoin, (int)isoout, (int)clumax,
    260259             meaninner.Data(), rmsinner.Data(),
Note: See TracChangeset for help on using the changeset viewer.