Skip to content

Commit

Permalink
FF: fix _try_assign! for abstract-string atom names
Browse files Browse the repository at this point in the history
Fixes: #147
Signed-off-by: Thomas Kemmer <[email protected]>
  • Loading branch information
tkemmer committed Dec 18, 2024
1 parent 1410592 commit 6a97fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forcefields/common/forcefield.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end

function _try_assign!(
templates::Dict{String, AtomTypeTemplate{T}},
name::String,
name::AbstractString,
atom::Atom{T};
assign_typenames::Bool,
overwrite_typenames::Bool,
Expand Down

0 comments on commit 6a97fe0

Please sign in to comment.