Skip to content

Commit 643a910

Browse files
authored
Merge pull request brucefan1983#1390 from tang070205/master
Remove unused fprintf for type indices
2 parents 01775e4 + 69ee61b commit 643a910

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)