aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelfomgraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelfomgraph.c')
-rw-r--r--src/crystfelfomgraph.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/crystfelfomgraph.c b/src/crystfelfomgraph.c
index c3d679fa..f8457808 100644
--- a/src/crystfelfomgraph.c
+++ b/src/crystfelfomgraph.c
@@ -37,6 +37,8 @@
#include <gtk/gtk.h>
#include <glib-object.h>
+#include <fom.h>
+
#include "crystfelfomgraph.h"
@@ -126,3 +128,11 @@ GtkWidget *crystfel_fom_graph_new()
return GTK_WIDGET(fg);
}
+
+
+void crystfel_fom_graph_set_data(CrystFELFoMGraph *fg,
+ double *shell_centers, int n_shells,
+ enum fom_type *fom_types, double **fom_values,
+ int n_foms)
+{
+}