Ignore:
Timestamp:
04/30/08 13:24:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2660 r2670  
    1515#endif 
    1616 
    17 namespace GtpVisibilityPreprocessor { 
     17namespace GtpVisibilityPreprocessor  
     18{ 
    1819 
    1920 
     
    2425int Intersectable::sReservedMailboxes2 = 1; 
    2526 
     27 
    2628// This is the result of computing intersection 
    2729// static data member 
    28   ALIGN16  IntersectionStr 
    29   SimpleRay::IntersectionRes[32]; 
     30ALIGN16  IntersectionStr 
     31SimpleRay::IntersectionRes[32]; 
     32 
     33 
    3034 
    3135Intersectable::Intersectable():  
Note: See TracChangeset for help on using the changeset viewer.