Skip to content

Commit

Permalink
Remove check on F_NotchBetaNumDen(1), not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed May 27, 2021
1 parent 398cb42 commit d5963fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ReadSetParameters.f90
Original file line number Diff line number Diff line change
Expand Up @@ -530,12 +530,6 @@ SUBROUTINE CheckInputs(LocalVar, CntrPar, avrSWAP, ErrVar, size_avcMSG)
ErrVar%ErrMsg = 'F_NotchCornerFreq must be greater than zero.'
ENDIF

! F_NotchBetaNumDen(1)
IF (CntrPar%F_NotchBetaNumDen(1) <= 0.0) THEN
ErrVar%aviFAIL = -1
ErrVar%ErrMsg = 'F_NotchBetaNumDen(1) must be greater than zero.'
ENDIF

! F_NotchBetaNumDen(2)
IF (CntrPar%F_NotchBetaNumDen(2) <= 0.0) THEN
ErrVar%aviFAIL = -1
Expand Down

0 comments on commit d5963fd

Please sign in to comment.