fix one more whitespace issue

This commit is contained in:
Axel Kohlmeyer
2020-01-19 13:34:21 -05:00
parent 5e740c9cc5
commit 074e18d9cb

View File

@ -263,6 +263,6 @@ int FixPropelSelf::atoms_have_quaternion()
MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_SUM,world);
if (flagall > 0) return 0;
return 1;
}