From 62d446668c0aafdb9afb8376810014679e528973 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Thu, 8 Mar 2018 16:23:44 -0700 Subject: [PATCH] lammps.py: inconsistent use of tabs and spaces in indentation --- python/lammps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps.py b/python/lammps.py index 62ed272d4b..fdb898488a 100644 --- a/python/lammps.py +++ b/python/lammps.py @@ -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