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
f9a066d2
Commit
f9a066d2
authored
Dec 30, 2008
by
Jerry Clarke
Browse files
need libxml2 info
ifdef some includes for SWIG
parent
275626ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
libsrc/XdmfArray.h
View file @
f9a066d2
...
...
@@ -44,7 +44,9 @@ of the array is the same type). Access to HDF5 files is
accomplished directly thru XdmfArrays by the XdmfHDF class.
*/
#ifndef SWIG
#include
<stdlib.h>
#endif
class
XDMF_EXPORT
XdmfArray
:
public
XdmfDataDesc
{
...
...
libsrc/XdmfLightData.h
View file @
f9a066d2
...
...
@@ -27,7 +27,9 @@
#include
"XdmfObject.h"
#ifndef SWIG
#include
<string.h>
// strcmp, strlen, strcpy
#endif
// typedef XdmfPointer XdmfXmlNode;
struct
_xmlNode
;
...
...
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