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
Ben Boeckel
Xdmf
Commits
8c423cb2
Commit
8c423cb2
authored
Aug 29, 2008
by
Jerry Clarke
Browse files
Coordinates were not used
parent
4c731155
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/XdmfArray.cxx
View file @
8c423cb2
...
...
@@ -342,7 +342,7 @@ XdmfInt32 XdmfArray::ReformFromSelection( XdmfDataDesc *DataDesc) {
this
->
SelectAll
();
}
else
{
XdmfInt64
NumberOfCoordinates
;
XdmfInt64
*
Coordinates
;
//
XdmfInt64 *Coordinates;
// Select Parametric Coordinates from HDF5
...
...
@@ -350,7 +350,7 @@ XdmfInt32 XdmfArray::ReformFromSelection( XdmfDataDesc *DataDesc) {
NumberOfCoordinates
=
DataDesc
->
GetSelectionSize
();
XdmfDataDesc
::
SetNumberOfElements
(
NumberOfCoordinates
);
this
->
SelectAll
();
delete
Coordinates
;
//
delete Coordinates;
}
return
(
XDMF_SUCCESS
);
}
...
...
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