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
ExaStencils
exastencils-release
Commits
a25ab0ff
Commit
a25ab0ff
authored
Feb 24, 2022
by
Richard Angersbach
Browse files
Fix out-of-bounds for layout trafo in I/O test.
parent
b80009b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Testing/IOTest/2D_LayoutTrafo_CheckEquality_ReadAfterWrite.exa4
View file @
a25ab0ff
...
...
@@ -11,8 +11,8 @@ Layout NodeWithComm < Real, Node >@all {
// field layout transformations
LayoutTransformations {
transform src@finest with [x, y] => [x/2, y, (x+y)%2]
transform dest@finest with [x, y] => [x/2, y, (x+y)%2]
transform src@finest with [x, y] => [x/2, y
/2
, (x+y)%2]
transform dest@finest with [x, y] => [x/2, y
/2
, (x+y)%2]
}
// field declarations
...
...
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