diff options
author | Thomas White <taw@physics.org> | 2015-05-15 16:06:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-05-19 13:57:52 +0200 |
commit | 45475fd360e966ca85dc11fd8f15307073f767ab (patch) | |
tree | b135c5c150e6f8f0967f3627c7aa02876d6dfdb0 /src/partialator.c | |
parent | 6a9185eedebc6c2002b7d6ca2467d5e6a7f245f0 (diff) |
More debugging / logarithm stuff
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index b1e32c2f..7a6d3b05 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -273,7 +273,7 @@ static int set_initial_params(Crystal *cr, FILE *fh) } else { - crystal_set_osf(cr, 1.0); + crystal_set_osf(cr, 0.0); crystal_set_Bfac(cr, 0.0); } |