Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Apr 6, 2023
1 parent 2a72a09 commit e41fed7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/LAMMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ function extract_atom(lmp::LMP, name,
end

function unsafe_extract_compute(lmp::LMP, name, style, type)
@info "unsafe_extract_compute" name style type
if type == API.LMP_TYPE_SCALAR
if style == API.LMP_STYLE_GLOBAL
dtype = Ptr{Float64}
Expand Down Expand Up @@ -253,8 +252,6 @@ function unsafe_extract_compute(lmp::LMP, name, style, type)

ptr = API.lammps_extract_compute(lmp, name, style, type)
ptr == C_NULL && check(lmp)

@info "extract_compute" name style type ptr extract dtype

if ptr == C_NULL
error("Could not extract_compute $name with $style and $type")
Expand Down

0 comments on commit e41fed7

Please sign in to comment.