aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-21 17:46:21 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:29 +0100
commita1e023343b085f727f368720fc7cda8e0e4a2724 (patch)
treef31be68e834a22805c10c0ee73f7deb033a78470 /src/post-refinement.h
parentdd214964cef3b552d1d4a7abf47eb5893f3d7ca0 (diff)
Evil nasty testing
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index 5b71cbd5..16db022c 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -27,15 +27,15 @@
/* Refineable parameters */
enum {
REF_ASX,
- REF_BSX,
- REF_CSX,
REF_ASY,
- REF_BSY,
- REF_CSY,
REF_ASZ,
+ NUM_PARAMS,
+ REF_BSX,
+ REF_BSY,
REF_BSZ,
+ REF_CSX,
+ REF_CSY,
REF_CSZ,
- NUM_PARAMS,
REF_DIV,
REF_R,
};