diff options
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index c32e62c2..112818bc 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -19,6 +19,6 @@ #include "image.h" #include "cell.h" -extern void get_diffraction(struct image *image, UnitCell *cell); +extern void get_diffraction(struct image *image); #endif /* DIFFRACTION_H */ |