Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/atomic_data.f90
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function get_atom(symbol) result(atom)

! Error if symbol not found
if (idx(1) < 1) then
call abort("Symbol "//symbol//" not found in the element list.")
call abort("Symbol "//trim(symbol)//" not found in the element list.")
end if

! Select the Atomic object
Expand Down
Loading