diff options
author | Thomas White <taw@physics.org> | 2012-05-30 11:21:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-05-30 11:21:31 +0200 |
commit | 6ff1bbbd0deeac54175fc862a6e1b53374ae6306 (patch) | |
tree | b7fc5ed3201a27691598ac2d7a095189bdec6a2c /tests | |
parent | fd647af47d1fe8fddc7e0c72c43bfdd31eaa2129 (diff) | |
parent | 3ff6058ee1e87b9f0730aa42b9c1961f1d754976 (diff) |
Merge branch 'master' into tom/speed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_check.c | 1 | ||||
-rw-r--r-- | tests/symmetry_check.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c index 7e812ad5..2d18ac5a 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -197,6 +197,7 @@ int main(int argc, char *argv[]) image.det->panels[0].clen = 1.0; image.det->panels[0].res = 1.0; image.det->panels[0].adu_per_eV = 1.0/1000.0; /* -> 1 adu per photon */ + image.det->panels[0].max_adu = +INFINITY; /* No cutoff */ image.width = 128; image.height = 128; diff --git a/tests/symmetry_check.c b/tests/symmetry_check.c index b0047f35..edbacbf1 100644 --- a/tests/symmetry_check.c +++ b/tests/symmetry_check.c @@ -322,6 +322,7 @@ int main(int argc, char *argv[]) check_subgroup("432", "23", 1, 1, 2, &fail); check_subgroup("6/m", "-3_H", 1, 1, 2, &fail); check_subgroup("4/m", "-4", 1, 1, 2, &fail); + check_subgroup("622", "321_H", 1, 1, 2, &fail); /* Tetartohedral */ check_subgroup("6/mmm", "-3_H", 1, 1, 4, &fail); |