Morph open with adjustable initial radius

This commit is contained in:
James E McClure
2017-07-09 22:10:40 -04:00
parent e75fb46517
commit ddd62ae9fc

View File

@@ -351,7 +351,7 @@ int main(int argc, char **argv)
Rcrit_new = maxdistGlobal;
if (argc>2){
Rcrit_new = strtod(argv[2],NULL);
printf("Max. distance =%f, Initial critical radius = %f \n",maxdistGlobal,Rcrit_new);
if (rank==0) printf("Max. distance =%f, Initial critical radius = %f \n",maxdistGlobal,Rcrit_new);
}
while (sw_new > SW)
{