Skip to content
GitLab
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
9ca4b141
Commit
9ca4b141
authored
Jun 13, 2017
by
Pavel Kus
Browse files
removed unnecessary ifdef in elpa2_kernels_simple_template.X90
parent
4567af7a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2/kernels/elpa2_kernels_simple_template.X90
View file @
9ca4b141
...
@@ -122,26 +122,12 @@
...
@@ -122,26 +122,12 @@
#endif /* COMPLEXCASE == 1 */
#endif /* COMPLEXCASE == 1 */
! --------------------------------------------------------------------------------------------------
! --------------------------------------------------------------------------------------------------
#if REALCASE==1
subroutine double_hh_trafo_&
subroutine double_hh_trafo_&
&MATH_DATATYPE&
&MATH_DATATYPE&
&_generic_simple_&
&_generic_simple_&
&PRECISION&
&PRECISION&
& (q, hh, nb, nq, ldq, ldh)
& (q, hh, nb, nq, ldq, ldh)
#endif /* REALCASE == 1 */
#if COMPLEXCASE==1
subroutine double_hh_trafo_&
&MATH_DATATYPE&
&_generic_simple_&
&PRECISION&
& (q, hh, nb, nq, ldq, ldh)
#endif /* COMPLEXCASE==1 */
use precision
use precision
use elpa_abstract_impl
use elpa_abstract_impl
implicit none
implicit none
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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