Skip to content

Commit

Permalink
flash update
Browse files Browse the repository at this point in the history
  • Loading branch information
volpino committed Apr 8, 2010
1 parent 35bab5a commit 5221451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calc_dist/calc_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def compute(self, li):
are in the order of input.
'''
if self.pu == "GPU":
res = self.GpuDistance.launch(li)
res = self.gpu.launch(li)
elif self.pu == "CPU":
res = numpy.array([])
for qui in li:
Expand Down

0 comments on commit 5221451

Please sign in to comment.