change OFFSET to correct value

This commit is contained in:
Steve Plimpton
2021-08-24 17:25:53 -06:00
parent 30fc6e3790
commit 857d0d255d

View File

@ -48,7 +48,7 @@ using namespace MathConst;
// use SHIFT = 0.0 for now since it allows fix ave/chunk
// to spatially average consistent with the TTM grid
#define OFFSET 0 // change to 16384 when done debugging vs ttm/old
#define OFFSET 16384
#define SHIFT 0.0
static const char cite_fix_ttm_mod[] =