white space update
This commit is contained in:
@ -639,7 +639,7 @@ void ReadData::command(int narg, char **arg)
|
|||||||
error->all(FLERR,"Read_data subsequent file cannot switch to restricted triclinic");
|
error->all(FLERR,"Read_data subsequent file cannot switch to restricted triclinic");
|
||||||
if (xy != domain->xy || xz != domain->xz || yz != domain->yz)
|
if (xy != domain->xy || xz != domain->xz || yz != domain->yz)
|
||||||
error->all(FLERR,"Read_data subsequent file tilt factors must be same as first file");
|
error->all(FLERR,"Read_data subsequent file tilt factors must be same as first file");
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (domain->triclinic)
|
if (domain->triclinic)
|
||||||
error->all(FLERR,"Read_data subsequent file cannot switch to orthogonal");
|
error->all(FLERR,"Read_data subsequent file cannot switch to orthogonal");
|
||||||
|
|||||||
Reference in New Issue
Block a user