Skip to content

Commit 69ee61b

Browse files
authored
Remove unused fprintf for type indices
1 parent 01775e4 commit 69ee61b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/measure/rdf.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ void RDF::postprocess(
228228
fprintf(fid, "#radius total");
229229
for (int a = 0; a < rdf_para.num_types; a++) {
230230
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]);
232231
fprintf(fid, " %s-%s", type_symbols[a].c_str(), type_symbols[b].c_str());
233232
}
234233
}

0 commit comments

Comments
 (0)