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
Toggle navigation
Open sidebar
mavt-cse
Cubism
Commits
7d4a2655
Commit
7d4a2655
authored
Mar 01, 2019
by
kicici
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Damn, forgot to add...
parent
b66ffc7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
include/Cubism/HDF5Dumper.h
include/Cubism/HDF5Dumper.h
+1
-5
No files found.
include/Cubism/HDF5Dumper.h
View file @
7d4a2655
...
...
@@ -34,11 +34,7 @@ template <> inline hid_t get_hdf5_type<double>() { return H5T_NATIVE_DOUBLE; }
CUBISM_NAMESPACE_BEGIN
inline
void
_warn_no_hdf5
(
void
)
{
static
bool
first
=
true
;
if
(
first
)
{
fprintf
(
stderr
,
"USE OF HDF WAS DISABLED AT COMPILE TIME
\n
"
);
first
=
false
;
}
fprintf
(
stderr
,
"USE OF HDF WAS DISABLED AT COMPILE TIME
\n
"
);
}
...
...
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