Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joroks committed Jul 8, 2024
1 parent 090e70f commit 180f973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LAMMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ end

function _get_T(lmp::LMP, name::String)
if startswith(name, r"[f,c]_")
return Float64
return Float64 # computes and fixes are allways doubles
end

type = API.lammps_extract_atom_datatype(lmp, name)
Expand Down

0 comments on commit 180f973

Please sign in to comment.