C++ mpi module for stochmagnet_main Package
SM_Types.h
1 #ifndef SM_Types_H
2 #define SM_Types_H
3 
4 //mask type
5 typedef tInt tMask;
6 
7 #endif