Ignore:
Timestamp:
09/08/05 18:45:51 (19 years ago)
Author:
mattausch
Message:

added viewcell loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/common.h

    r235 r261  
    131131#endif 
    132132 
     133#ifndef CLEAR_CONTAINER 
     134#define CLEAR_CONTAINER(co) while (!co.empty()) {delete co.back(); co.pop_back();} 
     135#endif 
     136 
    133137inline 
    134138int signum(const Real a, const Real thresh = TRASH) 
Note: See TracChangeset for help on using the changeset viewer.