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
83d721f5
Commit
83d721f5
authored
Oct 24, 2017
by
Pavel Kus
Browse files
fix minor (bug?) where real and complex diverged
parent
6a935004
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
test/shared/test_check_correctness_template.F90
View file @
83d721f5
...
...
@@ -121,9 +121,9 @@
#else /* WITH_MPI */
#ifdef DOUBLE_PRECISION_COMPLEX
call
zscal
(
na
,
xc
,
tmp2
(
1
,
i
),
1
)
call
zscal
(
na
,
xc
,
tmp2
(
:
,
i
),
1
)
#else
call
cscal
(
na
,
xc
,
tmp2
(
1
,
i
),
1
)
call
cscal
(
na
,
xc
,
tmp2
(
:
,
i
),
1
)
#endif
#endif /* WITH_MPI */
...
...
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