White-space adjustments. Mostly splitting long lines in declarations.
This commit is contained in:
parent
0b2ce3d69b
commit
81b8a3437c
@ -4,21 +4,30 @@
|
|||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
struct UnstructuredGrid;
|
struct UnstructuredGrid;
|
||||||
|
|
||||||
void compute_sequence(const struct UnstructuredGrid *grid, const double *flux,
|
void
|
||||||
int *sequence, int *components, int *ncomponents);
|
compute_sequence(const struct UnstructuredGrid *grid ,
|
||||||
|
const double *flux ,
|
||||||
|
int *sequence ,
|
||||||
|
int *components ,
|
||||||
|
int *ncomponents);
|
||||||
|
|
||||||
void compute_sequence_graph(const struct UnstructuredGrid *grid, const double *flux,
|
void
|
||||||
int *sequence, int *components, int *ncomponents,
|
compute_sequence_graph(const struct UnstructuredGrid *grid ,
|
||||||
int *ia, int *ja);
|
const double *flux ,
|
||||||
|
int *sequence ,
|
||||||
|
int *components ,
|
||||||
|
int *ncomponents,
|
||||||
|
int *ia ,
|
||||||
|
int *ja );
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
#endif /* REORDERSEQUENCE_H_INCLUDED */
|
#endif /* REORDERSEQUENCE_H_INCLUDED */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user