Skip to content

Commit

Permalink
problem with print in .f90
Browse files Browse the repository at this point in the history
  • Loading branch information
sestelo committed Oct 27, 2017
1 parent 29dcec9 commit b9da697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/program2.f90
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ subroutine RfastC3(X,Y,W,n,p,kbin,h,T)

do i=1,n
!print *, residuo(1:n)
print *, pred1(i)
!print *, pred1(i)
end do


Expand Down Expand Up @@ -997,7 +997,7 @@ subroutine globaltest_(F,X,Y,W,n,h0,h,nh,p,kbin,fact,nf,kernel,nboot,r,T,&
call rfast_h(X,Y,W,n,h0,p,Xb,Pb,kbin,kernel,nh)
call Interpola (Xb,Pb(1,1,1),kbin,X,muhatg,n)

print *, h0
!print *, h0

!print *, muhatg

Expand Down

0 comments on commit b9da697

Please sign in to comment.