whitespace fixes
This commit is contained in:
committed by
Richard Berger
parent
7f6638b681
commit
f0e4f9932f
@ -150,8 +150,8 @@ void ComputeCentroidStressAtom::init()
|
|||||||
if (fixflag) {
|
if (fixflag) {
|
||||||
for (int ifix = 0; ifix < modify->nfix; ifix++)
|
for (int ifix = 0; ifix < modify->nfix; ifix++)
|
||||||
if (modify->fix[ifix]->virial_flag &&
|
if (modify->fix[ifix]->virial_flag &&
|
||||||
modify->fix[ifix]->centroidstressflag == CENTROID_NOTAVAIL)
|
modify->fix[ifix]->centroidstressflag == CENTROID_NOTAVAIL)
|
||||||
error->all(FLERR, "Fix style does not support compute centroid/stress/atom");
|
error->all(FLERR, "Fix style does not support compute centroid/stress/atom");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -418,7 +418,7 @@ void PairHybrid::flags()
|
|||||||
if (styles[m]->centroidstressflag == CENTROID_NOTAVAIL)
|
if (styles[m]->centroidstressflag == CENTROID_NOTAVAIL)
|
||||||
centroidstressflag = CENTROID_NOTAVAIL;
|
centroidstressflag = CENTROID_NOTAVAIL;
|
||||||
if (centroidstressflag == CENTROID_SAME &&
|
if (centroidstressflag == CENTROID_SAME &&
|
||||||
styles[m]->centroidstressflag == CENTROID_AVAIL)
|
styles[m]->centroidstressflag == CENTROID_AVAIL)
|
||||||
centroidstressflag = CENTROID_AVAIL;
|
centroidstressflag = CENTROID_AVAIL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user