Renaming multi->multi/old, updating lmpcite

This commit is contained in:
Joel Clemmer
2020-12-19 16:06:47 -07:00
parent c1e3bc5794
commit 0549da668d
47 changed files with 399 additions and 378 deletions

View File

@ -115,7 +115,7 @@ void NBinStandard::setup_bins(int style)
// optimal bin size is roughly 1/2 the cutoff
// for BIN style, binsize = 1/2 of max neighbor cutoff
// for MULTI style, binsize = 1/2 of min neighbor cutoff
// for MULTI_OLD style, binsize = 1/2 of min neighbor cutoff
// special case of all cutoffs = 0.0, binsize = box size
double binsize_optimal;