Ignore:
Timestamp:
11/30/18 17:37:26 (5 years ago)
Author:
yushan
Message:

branch_openmp merged and NOT tested with trunk r1618

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/extern/remap/src/elt.hpp

    r1158 r1619  
    4848        int n; /* number of vertices */ 
    4949        double area; 
     50  double given_area ; 
    5051        Coord x; /* barycentre */ 
    5152}; 
     
    8081                n    = rhs.n; 
    8182                area = rhs.area; 
     83                given_area = rhs.given_area; 
    8284                x    = rhs.x; 
    8385                val  = rhs.val; 
Note: See TracChangeset for help on using the changeset viewer.