Ignore:
Timestamp:
07/23/19 11:54:42 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Code cleanup

File:
1 edited

Legend:

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

    r1681 r1683  
    9797        else 
    9898          fs_json << "       \"label\": \""<<it->second.filter_name<<"\", "<<std::endl; 
    99         fs_json << "       \"class\": \""<<it->second.filter_class<<"\", "<<std::endl; 
    100         fs_json << "       \"filled\": \""<<it->second.filter_filled<<"\", "<<std::endl; 
     99        fs_json << "       \"class\": "<<it->second.filter_class<<", "<<std::endl; 
     100        fs_json << "       \"filled\": "<<it->second.filter_filled<<", "<<std::endl; 
    101101        fs_json << "       \"type\": \""<<it->second.transform_type<<"\", "<<std::endl; 
    102         fs_json << "       \"entry\": \""<<it->second.expected_entry_nb<<"\", "<<std::endl; 
    103         fs_json << "       \"inputs\": \""<<it->second.inputs_complete<<"\", "<<std::endl; 
    104         fs_json << "       \"tag\": \""<<it->second.filter_tag<<"\", "<<std::endl; 
    105         fs_json << "       \"cid\": \""<<it->second.clusterID<<"\", "<<std::endl; 
    106         fs_json << "       \"distance\": \""<<it->second.distance<<"\", "<<std::endl; 
     102        fs_json << "       \"entry\": "<<it->second.expected_entry_nb<<", "<<std::endl; 
     103        fs_json << "       \"inputs\": "<<it->second.inputs_complete<<", "<<std::endl; 
     104        fs_json << "       \"tag\": "<<it->second.filter_tag<<", "<<std::endl; 
     105        fs_json << "       \"cid\": "<<it->second.clusterID<<", "<<std::endl; 
     106        fs_json << "       \"distance\": "<<it->second.distance<<", "<<std::endl; 
    107107        fs_json << "       \"attributes\": \""<<it->second.attributes<<"\"}"<<std::endl<<"      "; 
    108108      } 
Note: See TracChangeset for help on using the changeset viewer.