Updating to master, misc style changes
This commit is contained in:
@ -234,7 +234,7 @@ void NBinMulti::setup_bins(int /*style*/)
|
||||
if (binsize_optimal*bininvx_multi[n] > CUT2BIN_RATIO ||
|
||||
binsize_optimal*bininvy_multi[n] > CUT2BIN_RATIO)
|
||||
error->all(FLERR,"Cannot use neighbor bins - box size << cutoff");
|
||||
if(dimension == 3 and binsize_optimal*bininvz_multi[n] > CUT2BIN_RATIO)
|
||||
if ((dimension == 3) && (binsize_optimal*bininvz_multi[n] > CUT2BIN_RATIO))
|
||||
error->all(FLERR,"Cannot use neighbor bins - box size << cutoff");
|
||||
|
||||
// mbinlo/hi = lowest and highest global bins my ghost atoms could be in
|
||||
|
||||
Reference in New Issue
Block a user