Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
95630383
Commit
95630383
authored
Dec 22, 2010
by
David Partyka
Browse files
vtkhdf5: disable hdf5's API assert.
parent
9e8a3d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Utilities/vtkhdf5/src/H5private.h
View file @
95630383
...
...
@@ -1761,7 +1761,7 @@ static herr_t H5_INTERFACE_INIT_FUNC(void);
\
if(!func_check) { \
/* Check API status */
\
HDassert(asrt);
\
/*
HDassert(asrt);
*/
\
\
/* Check function name */
\
H5_CHECK_FUNCNAME(func_name); \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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