Skip to content
Snippets Groups Projects
Commit a6247533 authored by kamischi's avatar kamischi
Browse files

fix type (single/double) mismatch

parent cb4407dc
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ subroutine doboson(t, width, gauss, asym, emin, emax, wmin, wmax, np, p, xout, y
endif
endif
! make a table of the response function
r1(1) = respon(0.0, alfa)
r1(1) = respon(0.0d0, alfa)
r2(1) = r1(1)
do i = 2, n
x = (i - 1) * dwn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment