diff options
author | Thomas White <taw@physics.org> | 2018-09-07 15:30:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-09-07 15:30:07 +0200 |
commit | a61dc5721a2896267dcd783389908bf9f54ff21a (patch) | |
tree | a4e7bde3315a14b5bc8f43c159a01493688399bc /src/post-refinement.h | |
parent | a2c10f7a5ab6929e3ca6a633df32f85d74d9fb4b (diff) |
s/PRFLAG_CC/PRFLAG_DELTACCHALF/
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 71a6d7f3..e2873b76 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -50,7 +50,7 @@ enum prflag PRFLAG_FEWREFL = 16, PRFLAG_SOLVEFAIL = 17, PRFLAG_EARLY = 18, - PRFLAG_CC = 19, + PRFLAG_DELTACCHALF = 19, PRFLAG_BIGB = 20, PRFLAG_SCALEBAD = 21, }; |