Skip to content

Commit

Permalink
Removed debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachdev committed Oct 9, 2019
1 parent ac64b9b commit b43330c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions czspline/czspline_load.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ subroutine czspline_load1(handle, filename, ier)
integer, intent(out) :: ier
type(czspline1) :: self
allocate(self % ptr)
write(6,*) "before ezspline_load" ; flush(6)
call ezspline_load(self % ptr, filename, ier)
write(6,*) "after ezspline_load" ; flush(6)
handle = 0
handle = transfer(self, handle)
end subroutine czspline_load1
Expand Down

0 comments on commit b43330c

Please sign in to comment.