From b5920a0cceae61f6d45b8a0a8dd95009c0163043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 21 May 2012 20:00:08 +0200 Subject: [PATCH] Enforce singular agreement. --- opm/core/transport/reorder/reordersequence.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opm/core/transport/reorder/reordersequence.h b/opm/core/transport/reorder/reordersequence.h index c122be98..46dbc8a7 100644 --- a/opm/core/transport/reorder/reordersequence.h +++ b/opm/core/transport/reorder/reordersequence.h @@ -41,7 +41,7 @@ struct UnstructuredGrid; * Indirection pointers that describe the strongly * connected components (i.e., loops) of the Darcy * flux upwind graph. Specifically, the \f$i\f$'th - * strongly connected components constitutes cells + * strongly connected component constitutes cells * sequence[components[i] ... components[i + 1] * - 1]. * @@ -93,7 +93,7 @@ compute_sequence(const struct UnstructuredGrid *grid , * Indirection pointers that describe the strongly * connected components (i.e., loops) of the Darcy * flux upwind graph. Specifically, the \f$i\f$'th - * strongly connected components constitutes cells + * strongly connected component constitutes cells * sequence[components[i] ... components[i + 1] * - 1]. *