change OFFSET to correct value
This commit is contained in:
@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user