diff options
author | Thomas White <taw@physics.org> | 2010-11-22 12:02:34 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | c84b3275243f19e6496da6b39766c8b7a8ac435e (patch) | |
tree | 4bde59bb51fb4cd4ccdcb1b9a44fb8aa0bcfb575 /src/post-refinement.h | |
parent | ab2bc310e5b4285b1e7482662b679d39c45ea86d (diff) |
Refine profile radius as well
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 8dea914d..660530e9 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -27,6 +27,7 @@ enum { REF_SCALE, REF_DIV, + REF_R, NUM_PARAMS }; |