rniswon / mfnwt

MODFLOW-NWT - Version: 1.1.0 Newton Formulation for MODFLOW-2005 For more information go to http://water.usgs.gov/ogw/modflow-nwt
4 stars 7 forks source link

if (found == .true.) then # is not legal fortran #7

Closed langevin-usgs closed 7 years ago

langevin-usgs commented 7 years ago

There are several occurrences of this in the sfr, uzf, wel package. Need to use:

if (found) then 

instead. Alternatively, you can use the .EQV. comparison but that seems more complicated.