Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ali3d_unified_mpi.h

Go to the documentation of this file.
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

Generated on Tue Jun 11 13:40:36 2013 for EMAN2 by  doxygen 1.3.9.1