Skip to content
Snippets Groups Projects
Commit dbf9575a authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

add the missing parameter description

parent bd3720c6
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,7 @@ Mesh* generateRegularPrismMesh(const unsigned n_x_cells,
* \param div_y Subdivision operator in y direction
* \param div_z Subdivision operator in z direction
* \param origin Optional mesh's origin (the bottom lower left corner) with MathLib::ORIGIN default.
* \param mesh_name Name of the new mesh.
*/
Mesh* generateRegularTetMesh(const BaseLib::ISubdivision &div_x,
const BaseLib::ISubdivision &div_y,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment