Ignore:
Timestamp:
12/21/18 09:19:12 (5 years ago)
Author:
yushan
Message:

working branch @1608 with bug fix @1628

File:
1 edited

Legend:

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

    r1619 r1630  
    4848        int n; /* number of vertices */ 
    4949        double area; 
    50   double given_area ; 
    5150        Coord x; /* barycentre */ 
    5251}; 
     
    8180                n    = rhs.n; 
    8281                area = rhs.area; 
    83                 given_area = rhs.given_area; 
    8482                x    = rhs.x; 
    8583                val  = rhs.val; 
Note: See TracChangeset for help on using the changeset viewer.