Skip to content

Commit

Permalink
Merge pull request #557 from kazulagi/work
Browse files Browse the repository at this point in the history
deleted debug print
  • Loading branch information
kazulagi authored Jan 27, 2025
2 parents e558ffe + 06ba937 commit 2f565be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SparseClass/SparseClass.f90
Original file line number Diff line number Diff line change
Expand Up @@ -3743,7 +3743,6 @@ function tensor_wave_kernel_RHS_LPF_real_64_crs(this, RHS, t, tol, itrmax, fix_i

do n = 1, itr_max

print *, "debug 2025_01_27",n,maxval(u),minval(u)
hat_t = 0.0d0
do m = lbound(w, 1), ubound(w, 1)
hat_t = hat_t + w(m)*(t + m*ddt)**(2*n + 2)
Expand Down

0 comments on commit 2f565be

Please sign in to comment.