Skip to content

Commit

Permalink
debug info for nc_create
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 11, 2024
1 parent 218c476 commit 5bc9146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netcdf_c.jl
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ end
# end

function nc_create(path,cmode::Integer)
@debug "nc_create $path with mode $cmode"
ncidp = Ref(Cint(0))
check(ccall((:nc_create,libnetcdf),Cint,(Cstring,Cint,Ptr{Cint}),path,cmode,ncidp))
return ncidp[]
Expand Down

0 comments on commit 5bc9146

Please sign in to comment.