Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
0dbceb54
Commit
0dbceb54
authored
Jan 16, 2013
by
Thomas Auckenthaler
Browse files
deallocate
parent
24c49dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ELPA_development_version/src/elpa2.f90
View file @
0dbceb54
...
@@ -831,7 +831,7 @@ subroutine trans_ev_band_to_full_real(na, nqc, nblk, nbw, a, lda, tmat, q, ldq,
...
@@ -831,7 +831,7 @@ subroutine trans_ev_band_to_full_real(na, nqc, nblk, nbw, a, lda, tmat, q, ldq,
enddo
enddo
deallocate
(
tmp1
,
tmp2
,
hvb
,
hvm
)
deallocate
(
tmp1
,
tmp2
,
hvb
,
hvm
,
tmat_complete
,
t_tmp
,
t_tmp2
)
end
subroutine
trans_ev_band_to_full_real
end
subroutine
trans_ev_band_to_full_real
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment