Revision 6575aa2e custompackages/graph-parser/src/simulation.cpp
custompackages/graph-parser/src/simulation.cpp | ||
---|---|---|
116 | 116 |
|
117 | 117 |
cout << " " << run_index << " " << bc_seconds << " | " << hbc_seconds << endl; |
118 | 118 |
|
119 |
string separator = "\t";
|
|
119 |
string separator = ",";
|
|
120 | 120 |
if (out_file.is_open()) { |
121 | 121 |
out_file << filename << separator; |
122 | 122 |
out_file << graph_type << separator; |
Also available in: Unified diff