Changeset 18165 for branches/MarsWobble


Ignore:
Timestamp:
03/16/15 16:25:37 (10 years ago)
Author:
ftemme
Message:
Bugfix: wrong spelling of kFALSE, Copy and paste error: forgot to change the check for the fSimSourcePosition from fPointing to fSimSourcePosition
Location:
branches/MarsWobble
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/MarsWobble/mjobs/MJSimulation.cc

    r18164 r18165  
    247247    write.AddContainer("IncidentAngle",       "Events", kFALSE);
    248248    write.AddContainer("MPointingPos",        "Events", kFALSE);
    249     write.AddContainer("MSimSourcePos",       "Events", kFalse);
     249    write.AddContainer("MSimSourcePos",       "Events", kFALSE);
    250250}
    251251
  • branches/MarsWobble/msim/MSimPointingPos.cc

    r18163 r18165  
    158158
    159159    fSimSourcePosition = (MPointingPos*)pList->FindCreateObj("MPointingPos","MSimSourcePos");
    160     if (!fPointing)
     160    if (!fSimSourcePosition)
    161161        return kFALSE;
    162162
Note: See TracChangeset for help on using the changeset viewer.