Changeset 911 for XIOS


Ignore:
Timestamp:
08/03/16 13:19:14 (8 years ago)
Author:
mhnguyen
Message:

Adding an initialization for domain area

Test
+) On Curie
+) Only compilation test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/domain.cpp

    r906 r911  
    18111811 
    18121812    if (hasArea) 
     1813    { 
    18131814      area_srv.resize(zoom_ni_srv * zoom_nj_srv); 
     1815      area_srv = 0.; 
     1816    } 
     1817 
    18141818  } 
    18151819 
Note: See TracChangeset for help on using the changeset viewer.