Ignore:
Timestamp:
01/11/17 15:14:22 (7 years ago)
Author:
mhnguyen
Message:

Merging working version of coupler

+) Add some changes of domain and axis: Retransfer the atttributes in a generic ways for each level of client (or server)
+) Remove some spoiled files from the previous commits

Test
+) No test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/object_template_impl.hpp

    r1021 r1025  
    256256      CAttributeMap & attrMap = *this; 
    257257      CAttribute* attr=attrMap[id]; 
    258       sendAttributToServer(*attr); 
     258      if (attr->doSend())  
     259        sendAttributToServer(*attr); 
    259260   } 
    260261 
Note: See TracChangeset for help on using the changeset viewer.