Add clusters efficiency on stats

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-02-28 16:10:09 +01:00
parent ed2929c813
commit c62e4ea4ad
3 changed files with 16 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ typedef struct {
long long int force_iters;
long long int atoms_within_cutoff;
long long int atoms_outside_cutoff;
long long int clusters_within_cutoff;
long long int clusters_outside_cutoff;
} Stats;
void initStats(Stats *s);