SST/macro
cartgrid.h
Go to the documentation of this file.
1 #ifndef sstmac_common_cartrgrid_h
2 #define sstmac_common_cartrgrid_h
3 
4 void
5 gen_cart_grid(int n, int& x, int& y, int& z);
6 
7 #endif
8 
void gen_cart_grid(int n, int &x, int &y, int &z)