Ignore:
Timestamp:
05/16/17 17:54:30 (7 years ago)
Author:
yushan
Message:

branch merged with trunk r1130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/extern/remap/src/tree.cpp

    r1066 r1134  
    142142        root->parent = 0; 
    143143        root->leafCount = 0; 
    144 // initialize root node on the sphere 
    145   root->centre.x=1 ; root->centre.y=0 ; root->centre.z=0 ;  
     144        // initialize root node on the sphere 
     145        root->centre.x=1 ;  
     146        root->centre.y=0 ;  
     147        root->centre.z=0 ;  
    146148        root->radius = 0.; 
    147149        root->reinserted = false; 
Note: See TracChangeset for help on using the changeset viewer.