We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01775e4 commit 69ee61bCopy full SHA for 69ee61b
1 file changed
src/measure/rdf.cu
@@ -228,7 +228,6 @@ void RDF::postprocess(
228
fprintf(fid, "#radius total");
229
for (int a = 0; a < rdf_para.num_types; a++) {
230
for (int b = a; b < rdf_para.num_types; b++) {
231
- fprintf(fid, " type_%d_%d", rdf_para.type_index[a], rdf_para.type_index[b]);
232
fprintf(fid, " %s-%s", type_symbols[a].c_str(), type_symbols[b].c_str());
233
}
234
0 commit comments