aboutsummaryrefslogtreecommitdiff
path: root/src/reax.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-08-04 16:29:10 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:36 +0100
commit90cf9ea8c5ef81faca8e7328d03644feffa53211 (patch)
tree985f2fe5aa34c37b7a6bbf006aa8e0f477e6ef19 /src/reax.h
parente30a51f72740d95e5468b6ac5a4ea64f4b38f1d0 (diff)
Re-use the same plan (only fftw_execute is thread safe)
Diffstat (limited to 'src/reax.h')
-rw-r--r--src/reax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reax.h b/src/reax.h
index 0258a701..543cd0d5 100644
--- a/src/reax.h
+++ b/src/reax.h
@@ -20,8 +20,8 @@
#include "cell.h"
extern IndexingPrivate *reax_prepare(void);
+extern void reax_cleanup(IndexingPrivate *pp);
extern void reax_index(IndexingPrivate *p, struct image *image, UnitCell *cell);
-
#endif /* REAX_H */