Skip to content

Commit

Permalink
fixing default behavior to not print in helmholtz fmm
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachh committed Nov 1, 2023
1 parent 1da75f6 commit 9779529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helmholtz/hfmm2d.f
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ subroutine hfmm2d(nd,eps,zk,ns,sources,ifcharge,charge,
ifunif = 0
iper = 0

ifprint = 1
ifprint = 0

c
c turn on computation of list 1
Expand Down Expand Up @@ -702,7 +702,7 @@ subroutine hfmm2dmain(nd,eps,
c Prints timing breakdown and other things if ifprint=1.
c Prints timing breakdown, list information, and other things if ifprint=2.
c
ifprint=1
ifprint=0

pi = 4*atan(1.0d0)
c
Expand Down

0 comments on commit 9779529

Please sign in to comment.