Merge pull request #762 from atgeirr/fix-minor-doc-issue

Doc fix: face -> cell.
This commit is contained in:
Atgeirr Flø Rasmussen 2015-02-20 14:52:21 +01:00
commit e1f6e396a8

View File

@ -145,7 +145,7 @@ struct UnstructuredGrid
*/
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.
The size of the array is equal to (number_of_cells + 1).
*/