Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Dec 20, 2024
1 parent f5813b1 commit 229f2f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Model/GroundWaterFlow/gwf-csub.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7412,9 +7412,9 @@ subroutine csub_process_obsID(obsrv, dis, inunitobs, iout)
else if (obsrv%ObsTypeId == 'CSUB' .or. &
obsrv%ObsTypeId == 'INELASTIC-CSUB' .or. &
obsrv%ObsTypeId == 'ELASTIC-CSUB' .or. &
! obsrv%ObsTypeId == 'INTERBED-COMPACTION' .or. &
! obsrv%ObsTypeId == 'INELASTIC-COMPACTION' .or. &
! obsrv%ObsTypeId == 'ELASTIC-COMPACTION' .or. &
! obsrv%ObsTypeId == 'INTERBED-COMPACTION' .or. &
! obsrv%ObsTypeId == 'INELASTIC-COMPACTION' .or. &
! obsrv%ObsTypeId == 'ELASTIC-COMPACTION' .or. &
obsrv%ObsTypeId == 'DELAY-FLOWTOP' .or. &
obsrv%ObsTypeId == 'DELAY-FLOWBOT') then
if (nn1 == NAMEDBOUNDFLAG) then
Expand Down

0 comments on commit 229f2f5

Please sign in to comment.