Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
64d2cb25
Commit
64d2cb25
authored
1 year ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Fix incorrect base type in DMantissa21 filter
parent
811fd1cb
No related branches found
No related tags found
5 merge requests
!1997
Yet another master into zoom buffer branch merge (with formatting all done!)
,
!1994
Draft: Testing master -> zoom merge
,
!1987
Update zoom_merge with master updates (after wrangling immense conflicts)
,
!1982
Update zoom merge branch with latest master developments
,
!1956
Rename space_getsid to space_getsid_and_swap_cells() to try to prevent...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/io_compression.c
+1
-1
1 addition, 1 deletion
src/io_compression.c
with
1 addition
and
1 deletion
src/io_compression.c
+
1
−
1
View file @
64d2cb25
...
...
@@ -283,7 +283,7 @@ void set_hdf5_lossy_compression(hid_t* h_prop, hid_t* h_type,
const
int
bias
=
(
1
<<
(
e_size
-
1
))
-
1
;
H5Tclose
(
*
h_type
);
*
h_type
=
H5Tcopy
(
H5T_NATIVE_
FLOAT
);
*
h_type
=
H5Tcopy
(
H5T_NATIVE_
DOUBLE
);
hid_t
h_err
=
H5Tset_fields
(
*
h_type
,
s_pos
,
e_pos
,
e_size
,
m_pos
,
m_size
);
if
(
h_err
<
0
)
error
(
"Error while setting type properties for field '%s'."
,
field_name
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment