diff --git a/bioem.cpp b/bioem.cpp index 51156b14116d0d987d90fe18c165340a29956a1a..0f268a2c49738d549ae22b18b4834630daa9c9b8 100644 --- a/bioem.cpp +++ b/bioem.cpp @@ -283,6 +283,13 @@ int bioem::run() // ************************************************************************************** // **** Main BioEM routine, projects, convolutes and compares with Map using OpenMP **** // ************************************************************************************** + + if (param.printModel) + { + + //.... + return(0); + } // **** If we want to control the number of threads -> omp_set_num_threads(XX); ****** // ****************** Declarying class of Probability Pointer ************************* @@ -720,27 +727,45 @@ int bioem::createConvolutedProjectionMap(int iMap, int iConv, mycomplex_t* lproj // cout << "GG " << i << " " << j << " " << refCTF[i][0] << " " << refCTF[i][1] <<" " <