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
c87379f8
Commit
c87379f8
authored
May 06, 2021
by
Andreas Marek
Browse files
Fix line truncation error
parent
53957fe2
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa1/elpa1_tridiag_template.F90
View file @
c87379f8
...
...
@@ -96,8 +96,8 @@ subroutine tridiag_&
&
MATH_DATATYPE
&
&
_
&
&
PRECISION
&
(
obj
,
na
,
a_mat
,
matrixRows
,
nblk
,
matrixCols
,
mpi_comm_rows
,
mpi_comm_cols
,
d_vec
,
e_vec
,
tau
,
useGPU
,
wantDebug
,
max_threads
,
&
isSkewsymmetric
)
(
obj
,
na
,
a_mat
,
matrixRows
,
nblk
,
matrixCols
,
mpi_comm_rows
,
mpi_comm_cols
,
d_vec
,
e_vec
,
tau
,
useGPU
,
wantDebug
,
&
max_threads
,
isSkewsymmetric
)
use
,
intrinsic
::
iso_c_binding
use
precision
use
elpa_abstract_impl
...
...
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