aboutsummaryrefslogtreecommitdiffstats
path: root/test/ccured_olden/em3d/make_graph.h
blob: 2433c018be80ed6b1c18fbb8555a88a785d393b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();