Skip to content

Commit

Permalink
Deallocate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 15, 2023
1 parent eaa344f commit 56aa52e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/force_mm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ function normalize_atom_types(atom_types) result(attypes)
attypes(itype) = normalize_atom_name(atom_types(i))
itype = itype + 1
end do
deallocate (attypes)
end function normalize_atom_types

! Here we create the mapping from atom index
Expand Down

0 comments on commit 56aa52e

Please sign in to comment.