Euler characteristic is working - cleaning up and refactoring

This commit is contained in:
James E McClure 2015-08-30 12:00:04 -04:00
parent 8e4a905b8f
commit 5fbca6cb82

View File

@ -277,7 +277,7 @@ int main(int argc, char **argv)
if (rank==0) printf("computing local averages \n");
Averages.AssignComponentLabels();
Averages.ComponentAverages();
Averages.PrintComponents(int(0));
Averages.PrintComponents(int(5));
if (rank==0) printf("reducing averages \n");
// Averages.Reduce();