Skip to content

Commit

Permalink
remove NaN check
Browse files Browse the repository at this point in the history
  • Loading branch information
missing-user committed Dec 12, 2024
1 parent 389b4b1 commit dfff9a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bnorml.f90
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ subroutine bnorml( mn, Ntz, efmn, ofmn )
enddo
enddo

do jk = 1, Ntz
if(ijreal(jk).ne.ijreal(jk)) then
print *, 'ijreal(jk) contains NAN', jk, ijreal(jk)
endif
enddo
deltah4h2 = deltah2h
deltah2h = sum(abs(ijimag - ijreal)) ! mean delta between the h and h/2 solutions

Expand Down

0 comments on commit dfff9a6

Please sign in to comment.