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
ededb2ac
Commit
ededb2ac
authored
Apr 18, 2018
by
Pavel Kus
Browse files
fix: test for random matrix ommited from the analytic test
parent
35179002
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/Fortran/test.F90
View file @
ededb2ac
...
...
@@ -375,10 +375,8 @@ program test
if
(
nev
.ge.
1
)
then
do_test_analytic_eigenvalues_eigenvectors
=
.true.
do_test_analytic_eigenvalues
=
.false.
do_test_numeric_residual
=
.true.
else
do_test_analytic_eigenvalues_eigenvectors
=
.false.
do_test_numeric_residual
=
.false.
endif
#endif
do_test_frank_eigenvalues
=
.false.
...
...
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