Changeset 1972 for XIOS/trunk/src/node


Ignore:
Timestamp:
11/04/20 14:45:50 (3 years ago)
Author:
yushan
Message:

trunk : debug domain_expand

Location:
XIOS/trunk/src/node
Files:
2 edited

Legend:

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

    r1852 r1972  
    18231823   CATCH_DUMP_ATTR 
    18241824 
     1825   void CDomain::initLonLatValue(void) 
     1826   TRY 
     1827   { 
     1828      CContext* context=CContext::getCurrent() ; 
     1829 
     1830      if (context->hasClient) 
     1831      { 
     1832        this->completeLonLatClient(); 
     1833      } 
     1834 
     1835   } 
     1836   CATCH_DUMP_ATTR 
    18251837  /*! 
    18261838     Compute the connection of a client to other clients to determine which clients to send attributes to. 
  • XIOS/trunk/src/node/domain.hpp

    r1639 r1972  
    125125          
    126126         void fillInLonLat(); 
     127         void initLonLatValue(); 
    127128         bool distributionAttributesHaveValue() const; 
    128129 
Note: See TracChangeset for help on using the changeset viewer.