Ignore:
Timestamp:
07/24/06 10:12:34 (18 years ago)
Author:
mattausch
Message:

vsposp debug version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.h

    r1142 r1145  
    250250        bool Mailed(const int mailbox) const { return mMailbox == sMailId + mailbox; } 
    251251 
    252         int IncMail() { return ++mMailbox - sMailId; } 
     252        int IncMail() { return ++ mMailbox - sMailId; } 
    253253 
    254254 
Note: See TracChangeset for help on using the changeset viewer.