diff --git a/common/TwoPhase.cpp b/common/TwoPhase.cpp index 1de7648b..21efa581 100644 --- a/common/TwoPhase.cpp +++ b/common/TwoPhase.cpp @@ -180,7 +180,7 @@ void TwoPhase::ColorToSignedDistance(double Beta, DoubleArray &ColorData, Double double factor,temp,value; factor=0.5/Beta; // Initialize to -1,1 (segmentation) - for (int k=0; kWriteSurfaces(0); - */ + sprintf(LocalRankFilename,"%s%s","Phase.",LocalRankString); FILE *PHASE; PHASE = fopen(LocalRankFilename,"wb"); fwrite(Averages->SDn.get(),8,N,PHASE); fclose(PHASE); - /**/ + */ /* sprintf(LocalRankFilename,"%s%s","Pressure.",LocalRankString); FILE *PRESS; diff --git a/tests/lbpm_color_simulator.h b/tests/lbpm_color_simulator.h index e15db4e1..a3d6814e 100644 --- a/tests/lbpm_color_simulator.h +++ b/tests/lbpm_color_simulator.h @@ -164,7 +164,6 @@ private: fillHalo& fillData; }; - // Helper class to run the analysis from within a thread // Note: Averages will be modified after the constructor is called class AnalysisWorkItem: public ThreadPool::WorkItem