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
Sebastian Ohlmann
elpa
Commits
c80e1e27
Commit
c80e1e27
authored
Jun 25, 2019
by
Andreas Marek
Browse files
Fix an out-of-bound error reported by Victor Yu
parent
141cb6d1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
c80e1e27
...
...
@@ -2099,7 +2099,7 @@
endif
a_off
=
a_off
+
offset
if
(
a_off
+
next_local_n
+
nbw
>
a_dim2
)
then
if
(
a_off
+
next_local_n
+
nbw
>
=
a_dim2
)
then
#ifdef WITH_OPENMP
if
(
useGPU
)
then
print
*
,
"trans_ev_tridi_to_band_real: not yet implemented"
...
...
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