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
fc357051
Commit
fc357051
authored
Jul 26, 2017
by
Andreas Marek
Browse files
Typo corrected
parent
860222c6
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/shared/test_analytic.F90
View file @
fc357051
...
...
@@ -140,8 +140,8 @@ module test_analytic
#else
glob_max_z_diff
=
max_z_diff
#endif
if
(
myid
==
0
)
print
*
,
'Maxim
al
error in eigenvalues :'
,
max_ev_diff
if
(
myid
==
0
)
print
*
,
'Maxim
al
error in eigenvectors :'
,
glob_max_z_diff
if
(
myid
==
0
)
print
*
,
'Maxim
um
error in eigenvalues :'
,
max_ev_diff
if
(
myid
==
0
)
print
*
,
'Maxim
um
error in eigenvectors :'
,
glob_max_z_diff
status
=
0
if
(
max_ev_diff
.gt.
5e-14_rk8
.or.
max_ev_diff
.eq.
ZERO
)
status
=
1
if
(
glob_max_z_diff
.gt.
6e-11_rk8
.or.
glob_max_z_diff
.eq.
ZERO
)
status
=
1
...
...
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