emfft.cpp File Reference

#include <string>
#include "emfft.h"
#include "log.h"
#include <iostream>
#include "util.h"

Include dependency graph for emfft.cpp:

Go to the source code of this file.

Functions

int get_rank (int ny, int nz)


Function Documentation

int @2::get_rank ( int  ny,
int  nz 
) [static]

Definition at line 60 of file emfft.cpp.

00061         {
00062                 int rank = 3;
00063                 if (ny == 1) {
00064                         rank = 1;
00065                 }
00066                 else if (nz == 1) {
00067                         rank = 2;
00068                 }
00069                 return rank;
00070         }


Generated on Mon Jul 19 12:40:40 2010 for EMAN2 by  doxygen 1.4.7