diff options
author | Thomas White <taw@physics.org> | 2012-08-07 18:20:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | ae3a6a04282ffaeaa010edbff1850a522d255054 (patch) | |
tree | bdcb330f18badcd56570fcd2b959302c19763c6c /tests/gpu_sim_check.c | |
parent | 38f4df68678bb4c6eb8cbb3b721db2e130643299 (diff) |
Move unit cell utility stuff to separate module
Diffstat (limited to 'tests/gpu_sim_check.c')
-rw-r--r-- | tests/gpu_sim_check.c | 1 |
1 files changed, 1 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 |