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
Boris Basic
VTK
Commits
43476924
Commit
43476924
authored
Feb 08, 2016
by
Berk Geveci
Browse files
IO/Xdmf3/Testing: Updated VToXLoop.py to new API.
parent
cd045139
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/Xdmf3/Testing/Python/VToXLoop.py
View file @
43476924
...
...
@@ -325,7 +325,7 @@ def RunTest():
for
x
in
indices
:
xReader
.
UpdateTimeStep
(
timerange
[
x
])
obds
=
xReader
.
GetOutputDataObject
(
0
).
GetBounds
()
tsrc
.
Update
(
timerange
[
x
]
+
0.0001
)
#workaround a precision bug in TSE
tsrc
.
Update
TimeStep
(
timerange
[
x
]
+
0.0001
)
#workaround a precision bug in TSE
ibds
=
tsrc
.
GetOutputDataObject
(
0
).
GetBounds
()
print
timerange
[
x
],
obds
for
i
in
(
0
,
1
,
2
,
3
,
4
,
5
):
...
...
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