/* 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();