Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Lukas Weber
load_leveller
Commits
e2f4431b
Commit
e2f4431b
authored
Apr 25, 2019
by
Lukas Weber
Browse files
readd normal char
parent
1e303dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dump.h
View file @
e2f4431b
...
...
@@ -121,6 +121,8 @@ public:
template
<
typename
T
>
constexpr
hid_t
iodump
::
h5_datatype
()
{
if
(
typeid
(
T
)
==
typeid
(
char
))
return
H5T_NATIVE_CHAR
;
if
(
typeid
(
T
)
==
typeid
(
signed
char
))
return
H5T_NATIVE_SCHAR
;
if
(
typeid
(
T
)
==
typeid
(
int
))
...
...
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