diff options
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/diffraction.c b/src/diffraction.c index d1cc266c..d8ffd108 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -44,9 +44,9 @@ static double lattice_factor(struct threevec q, double ax, double ay, double az, { struct threevec Udotq; double f1, f2, f3; - int na = 32; - int nb = 32; - int nc = 32; + int na = 4; + int nb = 4; + int nc = 30; Udotq.u = (ax*q.u + ay*q.v + az*q.w)/2.0; Udotq.v = (bx*q.u + by*q.v + bz*q.w)/2.0; |