diff options
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index c47920f5..a0c3a9a1 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -223,7 +223,7 @@ void get_diffraction(struct image *image, int na, int nb, int nc, na, nb, nc); if ( intensities == NULL ) { - I_molecule = 10000.0; + I_molecule = 1.0e10; } else { I_molecule = molecule_factor(intensities, q, ax,ay,az,bx,by,bz,cx,cy,cz); |