Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Thompson
SMTK
Commits
da4f922d
Commit
da4f922d
authored
Nov 18, 2015
by
David Thompson
Browse files
Fix extent computation.
parent
f5f148b1
Pipeline
#2358
passed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
smtk/bridge/exodus/WriteOperator.cxx
View file @
da4f922d
...
...
@@ -241,8 +241,8 @@ smtk::model::OperatorResult WriteOperator::writeLabelMap()
}
}
extent
[
1
]
=
extent
[
0
]
+
dims
[
0
]
-
1
;
extent
[
3
]
=
extent
[
3
]
+
dims
[
1
]
-
1
;
extent
[
5
]
=
extent
[
5
]
+
dims
[
2
]
-
1
;
extent
[
3
]
=
extent
[
2
]
+
dims
[
1
]
-
1
;
extent
[
5
]
=
extent
[
4
]
+
dims
[
2
]
-
1
;
pad
->
SetOutputWholeExtent
(
extent
);
// Write out the data
...
...
Write
Preview
Supports
Markdown
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