updated TestBlobAnalyze

This commit is contained in:
James E McClure 2015-06-05 15:25:14 -04:00
parent 5fcad607a2
commit d094696066

View File

@ -205,6 +205,7 @@ int main(int argc, char **argv)
//.......................................................................
// Assign the phase ID field based on the signed distance
//.......................................................................
if (rank==0) printf("Initializing the system \n");
for ( k=1;k<Nz-1;k++){
for ( j=1;j<Ny-1;j++){
for ( i=1;i<Nx-1;i++){
@ -229,6 +230,7 @@ int main(int argc, char **argv)
}
}
if (rank==0) printf("Computing averages \n");
double beta = 0.95;
Averages.SetupCubes(Dm);
Averages.UpdateSolid();