Skip to content

Commit

Permalink
BUG: Fixing density funcs to use new cl_eval function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed May 2, 2011
1 parent 9e515c8 commit cdded4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pysph/sph/funcs/density_funcs.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cdef class SPHRho(CSPHFunctionParticle):
def _set_extra_cl_args(self):
pass

def cl_eval(self, object queue, object context, object kernel):
def cl_eval(self, object queue, object context):

self.set_cl_kernel_args()

Expand Down

0 comments on commit cdded4e

Please sign in to comment.