From 71a3ac9e17bc1626f12a98f244d4b25132f398f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 21 May 2012 19:58:02 +0200 Subject: [PATCH] Fix misprint concerning the valid components. These are 0..*ncompoents-1, not 0..*ncomponents inclusive. --- 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 80def29d5..c122be983 100644 --- a/opm/core/transport/reorder/reordersequence.h +++ b/opm/core/transport/reorder/reordersequence.h @@ -58,7 +58,7 @@ struct UnstructuredGrid; * Number of strongly connected components. Pointer * to a single integer. The components * output are valid for all i = 0 - * ... *ncomponents. Furhtermore, the number of + * ... *ncomponents - 1. Furhtermore, the number of * components must be in the interval [1 * .. grid->number_of_cells]. */ @@ -110,7 +110,7 @@ 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. Furhtermore, the number of + * ... *ncomponents - 1. Furhtermore, the number of * components must be in the interval [1 * .. grid->number_of_cells]. *