Changeset 1709 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/15/03 12:46:29 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataMember.cc

    r1574 r1709  
    122122Bool_t MDataMember::PreProcess(const MParList *plist)
    123123{
    124     if (fCall)
    125         return kTRUE;
     124    // The following change has to be checked :
     125    // In order that fCall is initialized properly
     126    // the original statement "if (fCall)" is replaced by the statement
     127    if (fCall && !fObject)
     128            return kTRUE;
    126129
    127130    TString cname(fDataMember);
Note: See TracChangeset for help on using the changeset viewer.