diff options
author | Thomas White <taw@physics.org> | 2013-07-31 17:07:37 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-31 17:09:36 +0200 |
commit | bb98d82fdc16dff7374b19e572fe8a310136d34b (patch) | |
tree | b285d381ab47ba00ef1e78189e9f1d610c63cfe3 /src/post-refinement.h | |
parent | 86dd02420afb7ef40e8a2b570f6751b7d56e47a3 (diff) |
Refine divergence as well
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 5e0c184f..bdd1eb10 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -55,8 +55,8 @@ enum { REF_CSX, REF_CSY, REF_CSZ, - NUM_PARAMS, REF_DIV, + NUM_PARAMS, REF_R, }; |