Skip to content

Commit

Permalink
set counter to 0 upon finished
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Jul 3, 2024
1 parent 468c5a2 commit d0e5a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/measure/rdf.cu
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ void RDF::postprocess(const bool is_pimd, const int number_of_beads)
atom_id2_[s] = -1;
}
rdf_atom_count = 1;
num_repeat_ = 0;
}

void RDF::parse(
Expand Down

0 comments on commit d0e5a98

Please sign in to comment.