Ignore:
Timestamp:
07/19/19 15:28:33 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Bug fixed

File:
1 edited

Legend:

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

    r1680 r1681  
    6161 
    6262 
    63       StdString CAttributeMap::recordXiosAttributes(void) const 
     63      StdString CAttributeMap::record4graphXiosAttributes(void) const 
    6464      { 
    6565        int maxNbChar = 250; 
     
    7474            if (str.length() < maxNbChar) 
    7575            { 
    76               str.append(att.second->dump2()); 
     76              str.append(att.second->dump4graph()); 
    7777              str.append(" "); 
    7878            } 
Note: See TracChangeset for help on using the changeset viewer.