Ignore:
Timestamp:
01/22/21 12:00:29 (3 years ago)
Author:
yushan
Message:

Graph intermedia commit to a tmp branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/attribute_map.cpp

    r1686 r2019  
    5959      } 
    6060 
    61  
    62  
    63       StdString CAttributeMap::record4graphXiosAttributes(void) const 
     61      ///-------------------------------------------------------------- 
     62      /*! 
     63        Record all non-empty attributes of an object (used only for field) for graph 
     64      */ 
     65      StdString CAttributeMap::recordXiosAttributes(void) const 
    6466      { 
    6567        int maxNbChar = 250; 
     
    7476            if (str.length() < maxNbChar) 
    7577            { 
    76               str.append(att.second->dump4graph()); 
     78              str.append(att.second->dumpGraph()); 
    7779              str.append(" "); 
    7880            } 
Note: See TracChangeset for help on using the changeset viewer.