From 189da15810deabd739d7c11c6e95fea55739fe60 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 1 Aug 2020 15:13:49 +0200 Subject: Initial import from archive --- src/luzzatti.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/luzzatti.h (limited to 'src/luzzatti.h') diff --git a/src/luzzatti.h b/src/luzzatti.h new file mode 100644 index 0000000..a334a8c --- /dev/null +++ b/src/luzzatti.h @@ -0,0 +1,21 @@ +/* + * luzzatti.h + * + * Plot of R-factor against resolution + * + * (c) 2006-2007 Thomas White + * + * synth2d - Two-Dimensional Crystallographic Fourier Synthesis + * + */ + +#ifdef HAVE_CONFIG_H +#include +#endif + +#ifndef LUZZATTI_H +#define LUZZATTI_H + +extern void luzzatti_show(void); + +#endif /* LUZZATTI_H */ -- cgit v1.2.3