aboutsummaryrefslogtreecommitdiffstats
path: root/test/ccured_olden/em3d/make_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ccured_olden/em3d/make_graph.h')
-rw-r--r--test/ccured_olden/em3d/make_graph.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/ccured_olden/em3d/make_graph.h b/test/ccured_olden/em3d/make_graph.h
new file mode 100644
index 00000000..2433c018
--- /dev/null
+++ b/test/ccured_olden/em3d/make_graph.h
@@ -0,0 +1,13 @@
+/* make_graph.h
+ *
+ * By: Martin C. Carlisle
+ * Date: Feb 23, 1994
+ *
+ */
+
+#include "em3d.h"
+
+/* initialize graph returns a structure with pointers to lists of e and h
+ * nodes.
+ */
+graph_t initialize_graph();