shift factors

This commit is contained in:
Steve Plimpton
2022-10-28 17:46:19 -06:00
parent b6e29fd5d7
commit 861e3b5876
2 changed files with 10 additions and 1 deletions

View File

@ -43,7 +43,7 @@ enum{DISCARD,KEEP};
// SHIFT = 0.5 assigns atoms to nearest grid pt
static constexpr int OFFSET = 16384;
static constexpr double SHIFT = 0.5;
static constexpr double SHIFT = 0.0;
/* ---------------------------------------------------------------------- */