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
9d45ffb7
Commit
9d45ffb7
authored
Jul 20, 2017
by
Lorenz Huedepohl
Browse files
Small error: asymmetry in allocate()/deallocate() #ifdefs
parent
17437c81
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
9d45ffb7
...
...
@@ -401,7 +401,7 @@ program test
deallocate
(
z
)
deallocate
(
ev
)
#ifdef
__EIGENVALUES
#if
def
ined(
__EIGENVALUES
) || defined(__SOLVE_TRIDIAGONAL)
deallocate
(
d
,
ds
)
deallocate
(
sd
,
sds
)
deallocate
(
ev_analytic
)
...
...
Write
Preview
Supports
Markdown
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