Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:ttadano/alamode into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ttadano committed Sep 19, 2018
2 parents fdc77db + 1c0d4e2 commit 5a9b69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anphon/phonon_dos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void Dos::deallocate_variables()
memory->deallocate(sps3_mode);
}
if (sps3_with_bose) {
memory->deallocate(sps3_mode);
memory->deallocate(sps3_with_bose);
}
if (kmap_irreducible) {
memory->deallocate(kmap_irreducible);
Expand Down

0 comments on commit 5a9b69c

Please sign in to comment.