From 180f973373dcde9efa6c507793a159613a8f2580 Mon Sep 17 00:00:00 2001 From: Joroks Date: Mon, 8 Jul 2024 11:23:28 +0200 Subject: [PATCH] add comment --- src/LAMMPS.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LAMMPS.jl b/src/LAMMPS.jl index 2ecd2b1..9c0199f 100644 --- a/src/LAMMPS.jl +++ b/src/LAMMPS.jl @@ -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)