diff options
author | Thomas White <taw@physics.org> | 2020-05-20 16:46:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 8e30641ba8fe37575794adef60c340e6116e0e7b (patch) | |
tree | ee88eebfa1728d57a7b3331ebaba3f50c6b1500c /src/process_hkl.c | |
parent | be37f0ce53156221de0248ee43dd2b3551bcb771 (diff) |
Port indexamajig to new API, part I
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 63c24912..5aadda47 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -300,7 +300,7 @@ static int merge_crystal(RefList *model, struct image *image, Crystal *cr, if ( scale <= 0.0 ) return 1; if ( stat != NULL ) { fprintf(stat, "%s %s %f %f\n", image->filename, - get_event_string(image->event), scale, cc); + image->ev, scale, cc); } } else { |