Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xdmf
Xdmf
Commits
0e3f8a56
Commit
0e3f8a56
authored
May 20, 2014
by
Kenneth Leiter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: Relax requirement for XdmfSet to contain Name attribute.
parent
06c633a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
XdmfSet.cpp
XdmfSet.cpp
+0
-5
No files found.
XdmfSet.cpp
View file @
0e3f8a56
...
...
@@ -87,11 +87,6 @@ XdmfSet::populateItem(const std::map<std::string, std::string> & itemProperties,
if
(
name
!=
itemProperties
.
end
())
{
mName
=
name
->
second
;
}
else
{
XdmfError
::
message
(
XdmfError
::
FATAL
,
"'Name' not found in itemProperties in "
"XdmfSet::populateItem"
);
}
mType
=
XdmfSetType
::
New
(
itemProperties
);
for
(
std
::
vector
<
shared_ptr
<
XdmfItem
>
>::
const_iterator
iter
=
childItems
.
begin
();
...
...
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