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

trunk : debug domain_expand

File:
1 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. 
Note: See TracChangeset for help on using the changeset viewer.