From 43b191c336cd1a9732d594f8aff52e58804dbc33 Mon Sep 17 00:00:00 2001 From: Joseph Zhang Date: Fri, 27 Sep 2024 15:36:44 -0400 Subject: [PATCH] Remove debug --- src/Utility/Pre-Processing/redistribute_source.f90 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Utility/Pre-Processing/redistribute_source.f90 b/src/Utility/Pre-Processing/redistribute_source.f90 index d3bb72831..ff004765c 100644 --- a/src/Utility/Pre-Processing/redistribute_source.f90 +++ b/src/Utility/Pre-Processing/redistribute_source.f90 @@ -231,10 +231,6 @@ lp3: do i=1,nsource ie=ie_src(i) nd1=elnode(1,ie) !use 1st node to check bbox - - !new11 - if(i==21) write(13,*)'CORIE (1):',ie - do m=1,nbbox if(x(nd1)>=bbox_ll(1,m).and.x(nd1)<=bbox_ur(1,m).and. & &y(nd1)>=bbox_ll(2,m).and.y(nd1)<=bbox_ur(2,m)) then @@ -255,15 +251,7 @@ vol=area(ie)*av_h !>0 !Max flow allowed for S flowmax=vol/dt*(s_rat-1) !>0 - - !new11 - if(i==21) write(13,*)'CORIE b4:',ie - if(flowmax