File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/engines_gpl/dflowfm/packages/dflowfm_kernel/src/dflowfm_kernel/timespace Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4095,14 +4095,14 @@ end subroutine method_fm_to_ec
40954095
40964096 ! > Translate FM's meteo1 'operand' enum to EC's 'operand' enum.
40974097 subroutine operand_fm_to_ec (operand , ec_operand )
4098- use timespace_parameters, only: OPERAND_OVERRIDE, OPERAND_ADD
4098+ use timespace_parameters, only: FM_OVERRIDE = > OPERAND_OVERRIDE, FM_ADD = > OPERAND_ADD
40994099 integer , intent (in ) :: operand
41004100 integer , intent (out ) :: ec_operand
41014101
41024102 select case (operand)
4103- case (OPERAND_OVERRIDE )
4103+ case (FM_OVERRIDE )
41044104 ec_operand = operand_replace
4105- case (OPERAND_ADD )
4105+ case (FM_ADD )
41064106 ec_operand = operand_add
41074107 case default
41084108 ec_operand = operand_undefined
You can’t perform that action at this time.
0 commit comments