lammps.py: inconsistent use of tabs and spaces in indentation

This commit is contained in:
Christoph Junghans 2018-03-08 16:23:44 -07:00
parent 0c4c002f34
commit 62d446668c
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class lammps(object):
# allow for int (like MPICH) or void* (like OpenMPI)
if comm:
if not lammps.has_mpi4py:
if not lammps.has_mpi4py:
raise Exception('Python mpi4py version is not 2 or 3')
if lammps.MPI._sizeof(lammps.MPI.Comm) == sizeof(c_int):
MPI_Comm = c_int