whitespace cleanup

This commit is contained in:
Axel Kohlmeyer
2020-03-09 16:31:53 -04:00
parent 69a206f720
commit cf64ba4059
2 changed files with 5 additions and 11 deletions

View File

@ -322,7 +322,7 @@ double FixHalt::diskfree()
disk_free = fs.f_bavail*fs.f_bsize/1048576.0;
else
disk_free = -1.0;
MPI_Bcast(&disk_free,1,MPI_DOUBLE,0,world);
}
return disk_free;