Fixed documentation for extractColumn

This commit is contained in:
Kjetil Olsen Lye 2012-03-01 16:24:44 +01:00
parent 90c5929d00
commit 551accd08d

View File

@ -30,7 +30,8 @@ struct ExtractColumnCompare
/// Extract each column of the grid.
/// \note Assumes the pillars of the grid are all vertically aligned.
/// \param grid The grid from which to extract the columns.
/// \param columns will for each i + cartgrim[0]*j contain the k values contained in the column
/// \param columns will for each i + cartgrim[0]*j where (i, j) represents a non-empty column,
//// contain the cell indices contained in the column
/// centered at (i, j).
void extractColumn( const UnstructuredGrid& grid, std::map<int, std::vector<int> >& columns )
{