Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Jahns
PPM
Commits
8e80338b
Commit
8e80338b
authored
Mar 02, 2021
by
Thomas Jahns
🤸
Browse files
Add interface declaration.
parent
a6679c7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ppm/ppm_set_partition_base.h
View file @
8e80338b
...
...
@@ -51,6 +51,9 @@ struct PPM_block_decomposition
struct
PPM_extent
*
partition
;
};
ssize_t
PPM_read_int_array
(
const
char
*
filename
,
size_t
destcount
,
int
dest
[]);
#endif
/*
...
...
src/ppm/ppm_set_partition_base_c.c
View file @
8e80338b
...
...
@@ -47,6 +47,7 @@
#include <cfortran.h>
#include "core/ppm_xfuncs.h"
#include "ppm/ppm_set_partition_base.h"
ssize_t
PPM_read_int_array
(
const
char
*
filename
,
size_t
destcount
,
int
dest
[])
...
...
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