Changeset 910
- Timestamp:
- 08/03/16 13:18:09 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/branchs/xios-1.0/src/node/domain.cpp
r678 r910 792 792 list_msg.back() << list_indi.back() << list_indj.back() << list_lon.back() << list_lat.back(); 793 793 if (hasBounds) list_msg.back() << list_boundslon.back() << list_boundslat.back(); 794 794 795 795 event.push(connectedServer[ns], nbSenders[ns], list_msg.back()); 796 796 … … 878 878 879 879 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 } 881 884 } 882 885
Note: See TracChangeset
for help on using the changeset viewer.