Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
08cca88d
Commit
08cca88d
authored
Apr 06, 2018
by
Matthieu Schaller
Browse files
Restore the inclusion of the hdf5 header in the parser files when we switch on HDF5.
parent
e9b0b729
Changes
1
Show whitespace changes
Inline
Side-by-side
src/parser.h
View file @
08cca88d
...
...
@@ -26,6 +26,10 @@
/* Standard headers */
#include
<stdio.h>
#if defined(HAVE_HDF5)
#include
<hdf5.h>
#endif
/* Some constants. */
#define PARSER_MAX_LINE_SIZE 256
#define PARSER_MAX_NO_OF_PARAMS 256
...
...
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