diff --git a/opm/core/transport/reorder/reordersequence.h b/opm/core/transport/reorder/reordersequence.h index 46dbc8a7..7f71ccc8 100644 --- a/opm/core/transport/reorder/reordersequence.h +++ b/opm/core/transport/reorder/reordersequence.h @@ -26,10 +26,11 @@ struct UnstructuredGrid; * permutation. * * \param[in] flux Darcy flux field. One scalar value for each - * interface/connection in the grid, including the boundary. We assume that - * flux[f] is positive if the flow is - * from cell grid->face_cells[2*f + 0] to - * cell grid->face_cells[2*f + 1]. + * interface/connection in the grid, including the + * boundary. We assume that flux[f] is + * positive if the flow is from cell + * grid->face_cells[2*f + 0] to cell + * grid->face_cells[2*f + 1]. * * \param[out] sequence * Causal grid cell permutation. Ordered according to @@ -58,9 +59,9 @@ struct UnstructuredGrid; * Number of strongly connected components. Pointer * to a single integer. The components * output are valid for all i = 0 - * ... *ncomponents - 1. Furhtermore, the number of - * components must be in the interval [1 - * .. grid->number_of_cells]. + * ... *ncomponents - 1. Furhtermore, the + * number of components must be in the interval + * [1 .. grid->number_of_cells]. */ void compute_sequence(const struct UnstructuredGrid *grid , @@ -78,10 +79,11 @@ compute_sequence(const struct UnstructuredGrid *grid , * permutation. * * \param[in] flux Darcy flux field. One scalar value for each - * interface/connection in the grid, including the boundary. We assume that - * flux[f] is positive if the flow is - * from cell grid->face_cells[2*f + 0] to - * cell grid->face_cells[2*f + 1]. + * interface/connection in the grid, including the + * boundary. We assume that flux[f] is + * positive if the flow is from cell + * grid->face_cells[2*f + 0] to cell + * grid->face_cells[2*f + 1]. * * \param[out] sequence * Causal grid cell permutation. Ordered according to @@ -110,9 +112,9 @@ compute_sequence(const struct UnstructuredGrid *grid , * Number of strongly connected components. Pointer * to a single integer. The components * output are valid for all i = 0 - * ... *ncomponents - 1. Furhtermore, the number of - * components must be in the interval [1 - * .. grid->number_of_cells]. + * ... *ncomponents - 1. Furhtermore, the + * number of components must be in the interval + * [1 .. grid->number_of_cells]. * * \param[out] ia Indirection pointers into ja that * define the "upwind" cells that influence a