diff options
author | Thomas White <taw@physics.org> | 2019-08-09 14:00:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-08-16 10:27:00 +0200 |
commit | 81d63f562ae5fad3245b565743b2de8e6cc88048 (patch) | |
tree | e27149e38fd0e7c9ae3cd5fd0c424e3d5d4d9e37 /tests | |
parent | 88b2fdfb4a43c6cb9104b9d9dd9b63d422846d0a (diff) |
Set centering on input cell
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cellcompare_check.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cellcompare_check.c b/tests/cellcompare_check.c index 44ba9307..472f3a25 100644 --- a/tests/cellcompare_check.c +++ b/tests/cellcompare_check.c @@ -219,6 +219,7 @@ int main(int argc, char *argv[]) deg2rad(67.0), deg2rad(70.0), deg2rad(77.0)); + cell_set_centering(cref, 'P'); if ( cref == NULL ) return 1; /* Just rotate cell */ |