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
f579e869
Commit
f579e869
authored
Jun 17, 2015
by
Yumin Yuan
Browse files
Update a python test for interface changes
parent
8218e6ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtk/model/testing/python/entityRefTutorial.py
View file @
f579e869
...
...
@@ -33,7 +33,7 @@ for coord in ['x', 'y', 'z']:
vdef
.
addItemDefinition
(
vi
);
velocity
=
system
.
createAttribute
(
'velocity'
,
vdef
)
inlet
.
associateAttribute
(
velocity
.
id
())
inlet
.
associateAttribute
(
system
,
velocity
.
id
())
print
sm
.
entitiesOfDimension
(
2
)
print
sm
.
entitiesOfDimension
(
3
)
...
...
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