Skip to content

Commit

Permalink
Merged in prabhuramachandran/pysph/fix_cython22 (pull request #142)
Browse files Browse the repository at this point in the history
BUG: Fix inconsistent method.
  • Loading branch information
prabhuramachandran committed Feb 13, 2015
2 parents 8327c7e + a8fb8df commit 288e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysph/base/particle_array.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ cdef class ParticleArray:

return 0

cpdef int append_parray(self, ParticleArray parray):
cpdef int append_parray(self, ParticleArray parray) except -1:
""" Add particles from a particle array
properties that are not there in self will be added
Expand Down

0 comments on commit 288e9e0

Please sign in to comment.