Changeset 3858
- Timestamp:
- 04/28/04 08:54:51 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3855 r3858 18 18 19 19 -*-*- END OF LINE -*-*- 20 2004/04/27: Raquel de los Reyes 21 22 * mhvstime/MHVsTime.cc 23 - added a line in the Fill function to avoid empty time events. 24 20 25 2004/04/27: Abelardo Moralejo 21 26 -
trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc
r3394 r3858 165 165 return kFALSE; 166 166 } 167 if (!*tm) 168 return kTRUE; 167 169 t = tm->GetAxisTime(); 168 170 }
Note:
See TracChangeset
for help on using the changeset viewer.