Ignore:
Timestamp:
11/26/14 15:12:12 (9 years ago)
Author:
mhnguyen
Message:

Fixing bug of automatic dection of buffer size

+) Split sending of longtitude and latitude event message to decrease its size into 2
+) Correct size of buffer on client and server side
+) Do some cleaning code

Test
+) On Curie
+) Test only on domain (without axis), all passed

File:
1 edited

Legend:

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

    r510 r518  
    969969       for (; it != itE; ++it) 
    970970       { 
    971          std::cout << "Variable Fields " << (*it)->getId() << std::endl; 
    972971         this->sendAddVariable((*it)->getId()); 
    973972         (*it)->sendAllAttributesToServer(); 
Note: See TracChangeset for help on using the changeset viewer.