00001 /* 00002 ** $Id: topo_hyper.h,v 1.2 2010/04/28 21:19:51 rolf Exp $ 00003 ** 00004 ** Rolf Riesen, April 2010, Sandia National Laboratories 00005 ** 00006 */ 00007 #ifndef _HYPER_H_ 00008 #define _HYPER_H_ 00009 00010 void GenHyper(int num_nodes, int dimension); 00011 00012 #endif /* _HYPER_H_ */