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
1e00f16a
Commit
1e00f16a
authored
Jul 20, 2017
by
Andreas Marek
Browse files
Fix error in analytic tests
parent
dbef90e4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/shared/test_analytic.F90
View file @
1e00f16a
...
...
@@ -42,6 +42,8 @@
! the original distribution, the GNU Lesser General Public License.
!#include "assert.h" ! why complains?
#include "config-f90.h"
module
test_analytic
use
test_util
...
...
@@ -140,7 +142,7 @@ module test_analytic
implicit
none
integer
(
kind
=
ik
),
intent
(
in
)
::
na
,
nev
,
nblk
,
myid
,
np_rows
,
np_cols
,
my_prow
,
my_pcol
integer
(
kind
=
ik
)
::
status
integer
(
kind
=
ik
)
::
status
,
mpierr
real
(
kind
=
rk8
),
intent
(
inout
)
::
z
(:,:)
real
(
kind
=
rk8
),
intent
(
inout
)
::
ev
(:)
...
...
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