00001 #ifndef ALI3D_UNIFIED_MPI_H 00002 #define ALI3D_UNIFIED_MPI_H 00003 #include "mpi.h" 00004 00005 #define NUMBER float 00006 00007 #ifndef PI 00008 #define PI 3.141592653589793 00009 #endif 00010 00011 using namespace EMAN; 00012 //using namespace std; 00013 00014 int unified(MPI_Comm comm, EMData * volume, EMData **projdata, 00015 float *angleshift, int nang, int max_iter, char *fname_base); 00016 00017 00018 #endif // ALI3D_UNIFIED_MPI_H