Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
src
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
H5hut
src
Commits
15317a9b
Commit
15317a9b
authored
Sep 04, 2018
by
gsell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not include 'h5_init.h' where not required
parent
c5f3b7fa
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
9 deletions
+1
-9
h5t_model.c
src/h5core/h5t_model.c
+0
-2
h5t_store.c
src/h5core/h5t_store.c
+1
-1
h5t_tags.c
src/h5core/h5t_tags.c
+0
-2
h5t_access_tetm.c
src/h5core/private/h5t_access_tetm.c
+0
-1
h5t_access_trim.c
src/h5core/private/h5t_access_trim.c
+0
-1
h5t_model_tetm.c
src/h5core/private/h5t_model_tetm.c
+0
-1
h5t_model_trim.c
src/h5core/private/h5t_model_trim.c
+0
-1
No files found.
src/h5core/h5t_model.c
View file @
15317a9b
...
...
@@ -23,8 +23,6 @@
#include "private/h5t_io.h"
#include "private/h5t_tags.h"
#include "private/h5_init.h"
#include "h5core/h5_model.h"
#include "private/h5t_core.h"
#include "private/h5t_store.h"
...
...
src/h5core/h5t_store.c
View file @
15317a9b
...
...
@@ -17,7 +17,6 @@
#include "private/h5t_store.h"
#include "private/h5t_core.h"
#include "private/h5t_io.h"
#include "private/h5_init.h"
#include "private/h5_file.h"
#include "private/h5_mpi.h"
...
...
@@ -687,6 +686,7 @@ rebuild_map_elem_g2l (
h5priv_sort_idxmap
(
map
);
H5_RETURN
(
H5_SUCCESS
);
}
/*
Rebuild mapping of global element indices to their local indices.
*/
...
...
src/h5core/h5t_tags.c
View file @
15317a9b
...
...
@@ -21,8 +21,6 @@
#include "private/h5t_model.h"
#include "private/h5t_tags.h"
#include "private/h5_init.h"
#include <assert.h>
static
h5_err_t
...
...
src/h5core/private/h5t_access_tetm.c
View file @
15317a9b
...
...
@@ -12,7 +12,6 @@
#include "private/h5_file.h"
#include "private/h5_types.h"
#include "private/h5_init.h"
#include "private/h5t_types.h"
#include "private/h5t_model.h"
#include "private/h5t_access.h"
...
...
src/h5core/private/h5t_access_trim.c
View file @
15317a9b
...
...
@@ -11,7 +11,6 @@
#include "h5core/h5_syscall.h"
#include "private/h5_file.h"
#include "private/h5_init.h"
#include "private/h5t_types.h"
#include "private/h5t_model.h"
#include "private/h5t_access.h"
...
...
src/h5core/private/h5t_model_tetm.c
View file @
15317a9b
...
...
@@ -21,7 +21,6 @@
#include "private/h5t_store.h"
#include "private/h5_file.h"
#include "private/h5_init.h"
#include "private/h5t_core.h"
static
struct
h5t_methods
tet_funcs
=
{
...
...
src/h5core/private/h5t_model_trim.c
View file @
15317a9b
...
...
@@ -20,7 +20,6 @@
#include "private/h5t_retrieve.h"
#include "private/h5t_store.h"
#include "private/h5_init.h"
#include "private/h5t_core.h"
static
struct
h5t_methods
tri_funcs
=
{
...
...
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