Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMB
SMTK
Commits
4cd942d7
Commit
4cd942d7
authored
Nov 01, 2018
by
T.J. Corona
Committed by
David Thompson
Nov 01, 2018
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mesh/moab/Tags: create name tag if necessary.
parent
5796503f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
smtk/mesh/moab/Tags.h
smtk/mesh/moab/Tags.h
+2
-1
No files found.
smtk/mesh/moab/Tags.h
View file @
4cd942d7
...
...
@@ -53,7 +53,8 @@ public:
,
m_tagData
()
{
//populate our tag
m_iface
->
tag_get_handle
(
NAME_TAG_NAME
,
NAME_TAG_SIZE
,
::
moab
::
MB_TYPE_OPAQUE
,
m_tag
);
auto
res
=
m_iface
->
tag_get_handle
(
NAME_TAG_NAME
,
NAME_TAG_SIZE
,
::
moab
::
MB_TYPE_OPAQUE
,
m_tag
,
::
moab
::
MB_TAG_SPARSE
|
::
moab
::
MB_TAG_CREAT
);
}
//reset our warnings to the original level
#ifdef _MSC_VER
...
...
David Thompson
@dcthomp
mentioned in commit
26f5e674
·
Nov 01, 2018
mentioned in commit
26f5e674
mentioned in commit 26f5e67479d22deb1e247b1ca46f1d1db24e17b4
Toggle commit list
Write
Preview
Markdown
is supported
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