From 8bcc2f1fd10f5c1efdf89c00d04af1f0de948741 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Jun 2014 16:34:59 +0200 Subject: Add Thin Ewald Sphere model --- tests/pr_l_gradient_check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pr_l_gradient_check.c') diff --git a/tests/pr_l_gradient_check.c b/tests/pr_l_gradient_check.c index b707629f..7342d5f8 100644 --- a/tests/pr_l_gradient_check.c +++ b/tests/pr_l_gradient_check.c @@ -350,6 +350,7 @@ int main(int argc, char *argv[]) pmodel = PMODEL_GAUSSIAN; STATUS("Testing Gaussian model:\n"); } + /* No point testing TES model, because it has no Lorentz factor */ orientation = random_quaternion(rng); rot = cell_rotate(cell, orientation); -- cgit v1.2.3