Skip to content

Commit

Permalink
Fix for check_ranges() needs a rethink.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarouge committed Jan 17, 2025
1 parent 4109e58 commit eb6a56c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/offline/cable_checks.F90
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ MODULE cable_checks_module

TYPE(ranges_type), SAVE :: ranges

IF (cable_user%GW_MODEL) ranges%sucs = [30., 800.] ! MMY the range [-0.8, -0.03] doesn't suit Mark Decker's version


INTERFACE check_range
MODULE PROCEDURE :: check_range_d1
MODULE PROCEDURE :: check_range_d2
Expand Down

0 comments on commit eb6a56c

Please sign in to comment.