M. Edward (Ed) Borasky wrote: > Bil Kleb wrote: >> Warning: ../../LibF90/bc_inviscid.f90, line 1707: >> DT explicitly imported into BC_INVISCID_FLUX but not used >> detected at BC_INVISCID_FLUX@<end-of-statement> > > Wait a minute ... is the file you're editing always a Fortran source? Yes. > Why not just comment out the offending line rather than removing it? Actually I was just going to remove the offending piece from the line, e.g., use timestep, only : dt, dtau, n_time would become, use timestep, only : dtau, n_time if 'dt' was the unused import. Regards, -- Bil Kleb http://fun3d.larc.nasa.gov