Changeset 18165 for branches/MarsWobble
- Timestamp:
- 03/16/15 16:25:37 (10 years ago)
- Location:
- branches/MarsWobble
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MarsWobble/mjobs/MJSimulation.cc
r18164 r18165 247 247 write.AddContainer("IncidentAngle", "Events", kFALSE); 248 248 write.AddContainer("MPointingPos", "Events", kFALSE); 249 write.AddContainer("MSimSourcePos", "Events", kF alse);249 write.AddContainer("MSimSourcePos", "Events", kFALSE); 250 250 } 251 251 -
branches/MarsWobble/msim/MSimPointingPos.cc
r18163 r18165 158 158 159 159 fSimSourcePosition = (MPointingPos*)pList->FindCreateObj("MPointingPos","MSimSourcePos"); 160 if (!f Pointing)160 if (!fSimSourcePosition) 161 161 return kFALSE; 162 162
Note:
See TracChangeset
for help on using the changeset viewer.