diff options
author | Thomas White <taw@physics.org> | 2011-03-14 15:10:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | d004d970fc2f83e0bfd81af810fdcea35e47a4ac (patch) | |
tree | 2c47e0d84e3ca9665576b85caa4d309b594d519d /src/reflist.c | |
parent | f27607b8f51779e5bf4b344294122c65e49f008b (diff) |
New stream writing
Diffstat (limited to 'src/reflist.c')
-rw-r--r-- | src/reflist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reflist.c b/src/reflist.c index e7d072c0..3a53330c 100644 --- a/src/reflist.c +++ b/src/reflist.c @@ -44,6 +44,7 @@ struct _refldata { /* Intensity */ double intensity; + double esd_i; }; |