Fix misprint concerning the valid components.

These are 0..*ncompoents-1, not 0..*ncomponents inclusive.
This commit is contained in:
Bård Skaflestad 2012-05-21 19:58:02 +02:00
parent 5b9ff02633
commit 71a3ac9e17

View File

@ -58,7 +58,7 @@ struct UnstructuredGrid;
* Number of strongly connected components. Pointer
* to a single integer. The <CODE>components</CODE>
* output are valid for all <CODE>i = 0
* ... *ncomponents</CODE>. Furhtermore, the number of
* ... *ncomponents - 1</CODE>. Furhtermore, the number of
* components must be in the interval <CODE>[1
* .. grid->number_of_cells]</CODE>.
*/
@ -110,7 +110,7 @@ compute_sequence(const struct UnstructuredGrid *grid ,
* Number of strongly connected components. Pointer
* to a single integer. The <CODE>components</CODE>
* output are valid for all <CODE>i = 0
* ... *ncomponents</CODE>. Furhtermore, the number of
* ... *ncomponents - 1</CODE>. Furhtermore, the number of
* components must be in the interval <CODE>[1
* .. grid->number_of_cells]</CODE>.
*