diff options
author | Thomas White <taw@physics.org> | 2017-10-26 16:51:00 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:41 +0100 |
commit | 4764f7750362c6915a9b7d4191d71ae007d847b5 (patch) | |
tree | 93c442c078099b0fb110028f9e012cae40e49f4c /src | |
parent | dc854c240913d4c179f49c35f7b869e2c39b86c7 (diff) |
Set initial OSF for linear scale factors
Diffstat (limited to 'src')
-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 033efe27..a72eda50 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -579,7 +579,7 @@ static int set_initial_params(Crystal *cr, FILE *fh) } else { - crystal_set_osf(cr, 0.0); + crystal_set_osf(cr, 1.0); crystal_set_Bfac(cr, 0.0); } |