Ignore:
Timestamp:
09/07/20 16:40:49 (4 years ago)
Author:
ymipsl
Message:

Bug fix : Grid elements (domain axis, scalar) was not sent to server in the same order as it was defined in client side.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r1637 r1927  
    147147         void sendAddAxis(const std::string& id=""); 
    148148         void sendAddScalar(const std::string& id=""); 
    149          void sendAllDomains(); 
    150          void sendAllAxis(); 
    151          void sendAllScalars(); 
     149         void sendGrid(void) ; 
    152150 
    153151         static void recvAddDomain(CEventServer& event); 
Note: See TracChangeset for help on using the changeset viewer.