mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix misprint concerning the valid components.
These are 0..*ncompoents-1, not 0..*ncomponents inclusive.
This commit is contained in:
parent
5b9ff02633
commit
71a3ac9e17
@ -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>.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user