git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7710 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-02-06 18:19:20 +00:00
parent ee4ad64c53
commit 4c98b2d1a9
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ class lammps:
except:
try:
self.lib = CDLL("_lammps_serial.so")
#except:
# raise OSError,"Could not load LAMMPS dynamic library"
except:
raise OSError,"Could not load LAMMPS dynamic library"
# create an instance of LAMMPS
# don't know how to pass an MPI communicator from PyPar