Changeset 3858 for trunk


Ignore:
Timestamp:
04/28/04 08:54:51 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3855 r3858  
    1818
    1919                                                 -*-*- 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
    2025 2004/04/27: Abelardo Moralejo
    2126
  • trunk/MagicSoft/Mars/mhvstime/MHVsTime.cc

    r3394 r3858  
    165165            return kFALSE;
    166166        }
     167        if (!*tm)
     168            return kTRUE;
    167169        t = tm->GetAxisTime();
    168170    }
Note: See TracChangeset for help on using the changeset viewer.