Skip to content
Snippets Groups Projects
Commit 1c8b0b6c authored by Douglas Guptill's avatar Douglas Guptill
Browse files

real->double precision to match caller

parent 92d2e9d7
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@
!c ..scalar arguments..
integer n,k2,nest
!c ..array arguments..
real t(n),b(nest,k2)
double precision t(n),b(nest,k2)
!c ..local scalars..
real an,fac,prod
double precision an,fac,prod
integer i,ik,j,jk,k,k1,l,lj,lk,lmk,lp,nk1,nrint
!c ..local array..
real h(12)
double precision h(12)
!c ..
k1 = k2-1
k = k1-1
......
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