aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-08-07 18:20:38 +0200
committerThomas White <taw@physics.org>2012-10-02 15:02:12 +0200
commitae3a6a04282ffaeaa010edbff1850a522d255054 (patch)
treebdcb330f18badcd56570fcd2b959302c19763c6c /tests
parent38f4df68678bb4c6eb8cbb3b721db2e130643299 (diff)
Move unit cell utility stuff to separate module
Diffstat (limited to 'tests')
-rw-r--r--tests/gpu_sim_check.c1
-rw-r--r--tests/pr_gradient_check.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c
index 5b6f6da7..5c45ea02 100644
--- a/tests/gpu_sim_check.c
+++ b/tests/gpu_sim_check.c
@@ -36,6 +36,7 @@
#include <beam-parameters.h>
#include <utils.h>
#include <symmetry.h>
+#include <cell-utils.h>
#ifdef HAVE_CLOCK_GETTIME
diff --git a/tests/pr_gradient_check.c b/tests/pr_gradient_check.c
index 6972b66a..b39dfd05 100644
--- a/tests/pr_gradient_check.c
+++ b/tests/pr_gradient_check.c
@@ -32,6 +32,7 @@
#include <image.h>
#include <cell.h>
+#include <cell-utils.h>
#include <geometry.h>
#include <reflist.h>
#include "../src/post-refinement.h"