aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-08-01 16:06:58 +0200
committerThomas White <taw@physics.org>2013-08-01 16:06:58 +0200
commit4ab308554c1f170545bf1dd9d9990f27fe1caf4e (patch)
tree5861a3d116a9decaf47c788f983ecc894accbc58 /src/post-refinement.h
parent2d666a28912916b82694dc1c0df8d52571cff2b0 (diff)
Add test for gradient of Lorentz factor (as well as partiality)
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index bdd1eb10..7e13090b 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -68,4 +68,7 @@ extern double p_gradient(Crystal *cr, int k, Reflection *refl,
PartialityModel pmodel);
+extern double l_gradient(Crystal *cr, int k, Reflection *refl,
+ PartialityModel pmodel);
+
#endif /* POST_REFINEMENT_H */