Enforce singular agreement.

This commit is contained in:
Bård Skaflestad 2012-05-21 20:00:08 +02:00
parent 387ff563b8
commit b5920a0cce

View File

@ -41,7 +41,7 @@ struct UnstructuredGrid;
* Indirection pointers that describe the strongly * Indirection pointers that describe the strongly
* connected components (i.e., loops) of the Darcy * connected components (i.e., loops) of the Darcy
* flux upwind graph. Specifically, the \f$i\f$'th * flux upwind graph. Specifically, the \f$i\f$'th
* strongly connected components constitutes cells * strongly connected component constitutes cells
* <CODE>sequence[components[i] ... components[i + 1] * <CODE>sequence[components[i] ... components[i + 1]
* - 1]</CODE>. * - 1]</CODE>.
* *
@ -93,7 +93,7 @@ compute_sequence(const struct UnstructuredGrid *grid ,
* Indirection pointers that describe the strongly * Indirection pointers that describe the strongly
* connected components (i.e., loops) of the Darcy * connected components (i.e., loops) of the Darcy
* flux upwind graph. Specifically, the \f$i\f$'th * flux upwind graph. Specifically, the \f$i\f$'th
* strongly connected components constitutes cells * strongly connected component constitutes cells
* <CODE>sequence[components[i] ... components[i + 1] * <CODE>sequence[components[i] ... components[i + 1]
* - 1]</CODE>. * - 1]</CODE>.
* *