Ignore:
Timestamp:
10/31/06 21:15:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1667 r1705  
    789789 
    790790        //viewCell = GetOrCreateViewCell(id, isLeaf); 
    791          
    792                 if (isLeaf) 
    793                 { 
    794                         viewCell = new ViewCellLeaf(); 
    795                 } 
    796                 else 
    797                 { 
    798                         viewCell = new ViewCellInterior(); 
    799                 } 
     791 
     792        if (isLeaf) 
     793        { 
     794                viewCell = new ViewCellLeaf(); 
     795        } 
     796        else 
     797        { 
     798                viewCell = new ViewCellInterior(); 
     799        } 
    800800 
    801801        for (int i = 0; i < len; ++ i)  
Note: See TracChangeset for help on using the changeset viewer.