Merge pull request #762 from atgeirr/fix-minor-doc-issue
Doc fix: face -> cell.
This commit is contained in:
commit
e1f6e396a8
@ -145,7 +145,7 @@ struct UnstructuredGrid
|
|||||||
*/
|
*/
|
||||||
int *cell_faces;
|
int *cell_faces;
|
||||||
/**
|
/**
|
||||||
For a face c, cell_facepos[c] contains the starting index
|
For a cell c, cell_facepos[c] contains the starting index
|
||||||
for c's faces in the cell_faces array.
|
for c's faces in the cell_faces array.
|
||||||
The size of the array is equal to (number_of_cells + 1).
|
The size of the array is equal to (number_of_cells + 1).
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user