Hello all,
There is a subroutine in the code I'm working on that looks like this:
subroutine onestep(iter,iegy,icos,jcos,iphi,rinit,rfin, &
& v2,v2bar,hel,helbar,drdis, &
& psib,psie,psibarb,psibare,err)
use params
use helectron
use angles
use neutrinodist
use parallel...