aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-03 16:43:22 +0200
committerThomas White <taw@physics.org>2010-06-03 16:43:22 +0200
commit7d0973929be8086954359f614a7da7dea6c549c7 (patch)
treeb9006b54dbdd2080e9d3cbf73fefd24e5bc840f4 /src/sfac.h
parent056de872eb5ba91f282b605d4bd425ac855acf11 (diff)
Configure PDB filename for get_hkl and pattern_sim
Diffstat (limited to 'src/sfac.h')
-rw-r--r--src/sfac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfac.h b/src/sfac.h
index f6b4874f..54104700 100644
--- a/src/sfac.h
+++ b/src/sfac.h
@@ -58,7 +58,7 @@ struct molecule
/* This is so that the water background calculation can use it */
extern double complex get_sfac(const char *n, double s, double en);
-extern struct molecule *load_molecule(void);
+extern struct molecule *load_molecule(const char *filename);
extern void free_molecule(struct molecule *mol);
extern double *get_reflections(struct molecule *mol, double en, double res,
unsigned int *counts);