Changeset 910


Ignore:
Timestamp:
08/03/16 13:18:09 (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/branchs/xios-1.0/src/node/domain.cpp

    r678 r910  
    792792      list_msg.back() << list_indi.back() << list_indj.back() << list_lon.back() << list_lat.back(); 
    793793      if (hasBounds) list_msg.back() << list_boundslon.back() << list_boundslat.back(); 
    794          
     794 
    795795      event.push(connectedServer[ns], nbSenders[ns], list_msg.back()); 
    796796 
     
    878878 
    879879    if (hasArea) 
    880       area_srv.resize(zoom_ni_srv * zoom_nj_srv); 
     880    { 
     881       area_srv.resize(zoom_ni_srv * zoom_nj_srv); 
     882       area_srv = 0.; 
     883    } 
    881884  } 
    882885 
Note: See TracChangeset for help on using the changeset viewer.