Skip to content

Commit 1c4531d

Browse files
committed
numrec decision still in there for backwards comp, remove if okay to
1 parent cdc41c8 commit 1c4531d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/source/engine/mDecisions.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ subroutine mDecisions(err,message)
400400
! identify the numerical method
401401
select case(trim(model_decisions(iLookDECISIONS%num_method)%cDecision))
402402
case('homegrown'); model_decisions(iLookDECISIONS%num_method)%iDecision = homegrown ! homegrown backward Euler solution using concepts from numerical recipes
403+
case('numrec' ); model_decisions(iLookDECISIONS%num_method)%iDecision = homegrown ! homegrown backward Euler solution using concepts from numerical recipes
403404
case('itertive' ); model_decisions(iLookDECISIONS%num_method)%iDecision = homegrown ! homegrown backward Euler solution (included for backwards compatibility)
404405
case('kinsol' ); model_decisions(iLookDECISIONS%num_method)%iDecision = kinsol ! SUNDIALS backward Euler solution using Kinsol
405406
case('ida' ); model_decisions(iLookDECISIONS%num_method)%iDecision = ida ! SUNDIALS solution using IDA

0 commit comments

Comments
 (0)