Skip to content

Commit

Permalink
Removes usage of override switch
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Jan 3, 2024
1 parent ec9e353 commit 1572ced
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions bbb/odesetup.m
Original file line number Diff line number Diff line change
Expand Up @@ -6492,7 +6492,7 @@ c_mpi call MPI_BCAST(area_core,1,MPI_DOUBLE_PRECISION,0,uedgeComm,ierr)
Use(Npes_mpi) # npes,mype,ispmion
Use(UEint) # isallloc
Use(Rccoef) # isoutwall
Use(Coefeq) # oldseec, override
Use(Coefeq) # oldseec
Use(Flags) # iprint
c_mpi Use(MpiVars) #module defined in com/mpivarsmod.F.in

Expand Down Expand Up @@ -6536,11 +6536,6 @@ c_mpi call MPI_BARRIER(uedgeComm, ierr)
write(*,*) "future versions of UEDGE"
write(*,*) "Please set oldseec = 0 "
write(*,*) ""
if (override .eq. 0) then
write(*,*) "To use the deprecated model oldseec = 1, manually"
write(*,*) "override the settings by using override=1"
call xerrab("Error: oldseec=1 used without override=1")
endif
endif
if (jhswitch .gt. 0) then
write(*,*) " **** WARNING ****"
Expand All @@ -6549,11 +6544,6 @@ call xerrab("Error: oldseec=1 used without override=1")
write(*,*) "from future versions of UEDGE."
write(*,*) "Please set jhswitch = 0 "
write(*,*) ""
if (override .eq. 0) then
write(*,*) "To use the deprecated model jhswitch > 0, manually"
write(*,*) "override the settings by using override=1"
call xerrab("Error: jhswitch>0 used without override=1")
endif
endif
endif

Expand Down

0 comments on commit 1572ced

Please sign in to comment.