00001 /* 00002 ** $Id: topo_tree.h,v 1.3 2010/04/28 21:19:51 rolf Exp $ 00003 ** 00004 ** Rolf Riesen, March 2010, Sandia National Laboratories 00005 ** 00006 */ 00007 #ifndef _TREE_H_ 00008 #define _TREE_H_ 00009 00010 void GenTree(int num_nodes, int fat); 00011 00012 #endif /* _TREE_H_ */