Doc fix: face -> cell.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-02-20 14:51:03 +01:00
parent 735c4a7819
commit 60ae384ba8

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).
*/