uncommented blob averaging section of lbpm_color_simulator
This commit is contained in:
parent
3b5fb7793c
commit
2750e7b3d9
@ -832,11 +832,11 @@ int main(int argc, char **argv)
|
|||||||
Averages.ComputeLocal();
|
Averages.ComputeLocal();
|
||||||
Averages.Reduce();
|
Averages.Reduce();
|
||||||
Averages.PrintAll(timestep);
|
Averages.PrintAll(timestep);
|
||||||
/* Averages.Initialize();
|
Averages.Initialize();
|
||||||
Averages.ComponentAverages();
|
Averages.ComponentAverages();
|
||||||
Averages.SortBlobs();
|
Averages.SortBlobs();
|
||||||
Averages.PrintComponents(timestep);
|
Averages.PrintComponents(timestep);
|
||||||
*/ //....................................................................
|
//....................................................................
|
||||||
PROFILE_STOP("Compute dist");
|
PROFILE_STOP("Compute dist");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user