uncommented blob averaging section of lbpm_color_simulator

This commit is contained in:
James E McClure 2015-08-18 20:29:32 -04:00
parent 3b5fb7793c
commit 2750e7b3d9

View File

@ -832,11 +832,11 @@ int main(int argc, char **argv)
Averages.ComputeLocal();
Averages.Reduce();
Averages.PrintAll(timestep);
/* Averages.Initialize();
Averages.Initialize();
Averages.ComponentAverages();
Averages.SortBlobs();
Averages.PrintComponents(timestep);
*/ //....................................................................
//....................................................................
PROFILE_STOP("Compute dist");
}