Link libdl

This commit is contained in:
Guilhem Lavaux 2015-10-28 13:57:24 +01:00
parent bd6853d96d
commit 1725125d76
3 changed files with 2 additions and 2 deletions

View file

@ -744,7 +744,6 @@ cdef DTYPE_t C_line_of_sight_projection(DTYPE_t[:,:,:] density,
jumper[0] = 0
dist2 = 0
while completed == 0:
I0 += integrator(density, u, u0, u_delta, iu0, jumper, max_distance-sqrt(dist2))
if u[jumper[0]] < 0: