whitespace fixes

This commit is contained in:
Axel Kohlmeyer
2020-11-23 22:24:00 -05:00
committed by Richard Berger
parent 7f6638b681
commit f0e4f9932f
9 changed files with 24 additions and 24 deletions

View File

@ -105,7 +105,7 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
maxeatom = maxvatom = 0;
vflag_atom = 0;
centroidstressflag = CENTROID_SAME;
// KOKKOS per-fix data masks
execution_space = Host;