Skip to content
Snippets Groups Projects
Commit d040e0c1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing fct

parent df95f360
No related branches found
No related tags found
No related merge requests found
......@@ -5141,6 +5141,14 @@ double opt_mesh_hom_no_metric(OPT_ARGS_NUM)
return CTX::instance()->mesh.highOrderNoMetric;
}
double opt_mesh_cgns_import_order(OPT_ARGS_NUM)
{
if(action & GMSH_SET) {
CTX::instance()->mesh.cgnsImportOrder = (int)val;
}
return CTX::instance()->mesh.cgnsImportOrder;
}
double opt_mesh_dual(OPT_ARGS_NUM)
{
if(action & GMSH_SET) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment