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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
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
Hide whitespace changes
Inline
Side-by-side
src/elpa2/elpa2_trans_ev_tridi_to_band_template.F90
View file @
c80e1e27
...
@@ -2099,7 +2099,7 @@
...
@@ -2099,7 +2099,7 @@
endif
endif
a_off
=
a_off
+
offset
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
#ifdef WITH_OPENMP
if
(
useGPU
)
then
if
(
useGPU
)
then
print
*
,
"trans_ev_tridi_to_band_real: not yet implemented"
print
*
,
"trans_ev_tridi_to_band_real: not yet implemented"
...
...
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