Ignore:
Timestamp:
10/04/06 20:43:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/OspTree.cpp

    r1551 r1570  
    2727 
    2828 
     29        //////////// 
    2930//-- static members 
    3031 
     
    3940{ 
    4041        MailablePvsData *vdata = obj->mViewCellPvs.Find(vc); 
    41 //return false; 
     42 
    4243        if (vdata) 
    4344        { 
     
    19681969{        
    19691970        contribution = 0; // todo 
    1970  
    19711971        MailablePvsData *vdata = obj->mViewCellPvs.Find(vc); 
    19721972 
     
    19791979                obj->mViewCellPvs.AddSample(vc, 1); 
    19801980        } 
    1981          
    19821981        vdata->Mail(); 
    19831982 
Note: See TracChangeset for help on using the changeset viewer.