Skip to content
Snippets Groups Projects
Commit 8192b2eb authored by Bruno Seny's avatar Bruno Seny
Browse files

fix bug in Binding addLayersOfQuads

parent fc1cda58
No related branches found
No related tags found
No related merge requests found
......@@ -1251,7 +1251,7 @@ void GFace::registerBindings(binding *b)
mb->setDescription("return the list of edges bounding this surface");
mb = cb->addMethod("addLayersOfQuads", &GFace::addLayersOfQuads);
mb->setDescription("insert layers of quads");
mb->setArgNames("nLayers","startingVertex", NULL);
mb->setArgNames("nLayers","startingVertex","hmin", "ratio", NULL);
/* mb = cb->addMethod("addPolygon", &GFace::addPolygon);
mb->setDescription("insert a polygon mesh element");
mb->setArgNames("polygon", NULL);*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment