aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelfomgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelfomgraph.h')
-rw-r--r--src/crystfelfomgraph.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/crystfelfomgraph.h b/src/crystfelfomgraph.h
index ebe1e1ba..98c10cd1 100644
--- a/src/crystfelfomgraph.h
+++ b/src/crystfelfomgraph.h
@@ -61,6 +61,13 @@ struct _crystfelfomgraph
GtkDrawingArea parent_instance;
double visible_width;
double visible_height;
+
+ int n_shells;
+ double *shell_centers;
+
+ int n_foms;
+ enum fom_type *fom_types;
+ double **fom_values;
};
struct _crystfelfomgraphclass