aboutsummaryrefslogtreecommitdiff
path: root/src/facetron.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/facetron.c')
-rw-r--r--src/facetron.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/facetron.c b/src/facetron.c
index 9bef1682..8d66d549 100644
--- a/src/facetron.c
+++ b/src/facetron.c
@@ -428,7 +428,8 @@ int main(int argc, char *argv[])
}
/* Output results */
- write_reflections(outfile, obs, i_full, NULL, NULL, NULL);
+ write_reflections(outfile, obs, i_full, NULL, NULL, NULL, 1.0);
+ STATUS("Sigma(I) values in output file are not (yet) meaningful.\n");
/* Clean up */
free(i_full);