aboutsummaryrefslogtreecommitdiff
path: root/tests/prof2d_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-08-14 15:07:21 +0200
committerThomas White <taw@physics.org>2014-09-25 10:53:56 +0200
commit629934d82e202ea04b334c49efffe09aaa0f1c4e (patch)
treee12b6ca6bd72f76e8e687317eec8fc659d6c712c /tests/prof2d_check.c
parenta06a3f67f57de0bc85982976b9ea6d598598e014 (diff)
Remove "sphere", "thin" and "gaussian" partiality models, add "scgaussian"
Diffstat (limited to 'tests/prof2d_check.c')
-rw-r--r--tests/prof2d_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c
index 8563c7d9..c7ebd8b2 100644
--- a/tests/prof2d_check.c
+++ b/tests/prof2d_check.c
@@ -138,7 +138,7 @@ int main(int argc, char *argv[])
image.n_crystals = 1;
image.crystals = &cr;
- list = find_intersections(&image, cr, PMODEL_SPHERE);
+ list = find_intersections(&image, cr, PMODEL_SCSPHERE);
crystal_set_reflections(cr, list);
for ( fs=0; fs<w; fs++ ) {