subroutine setprob implicit double precision (a-h,o-z) common /comrp/ u c c # Set the velocity for scalar advection c # This value is passed to the Riemann solver rp1.f in a common block c c open(unit=7,file='setprob.data',status='old',form='formatted') read(7,*) u return end