mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-21 06:53:27 -06:00
White-space adjustments. Mostly splitting long lines in declarations.
This commit is contained in:
parent
874e6f6bce
commit
1eeafa1918
@ -4,21 +4,30 @@
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#endif /* __cplusplus */
|
||||
|
||||
struct UnstructuredGrid;
|
||||
|
||||
void compute_sequence(const struct UnstructuredGrid *grid, const double *flux,
|
||||
int *sequence, int *components, int *ncomponents);
|
||||
void
|
||||
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,
|
||||
int *sequence, int *components, int *ncomponents,
|
||||
int *ia, int *ja);
|
||||
void
|
||||
compute_sequence_graph(const struct UnstructuredGrid *grid ,
|
||||
const double *flux ,
|
||||
int *sequence ,
|
||||
int *components ,
|
||||
int *ncomponents,
|
||||
int *ia ,
|
||||
int *ja );
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* REORDERSEQUENCE_H_INCLUDED */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user