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

oops

parent 094a18df
No related branches found
No related tags found
No related merge requests found
......@@ -653,9 +653,9 @@ int gmshModelOccAddVertex(int &tag, double x, double y, double z, double meshSiz
return !GModel::current()->getOCCInternals()->addVertex(tag, x, y, z, meshSize);
}
int gmshModelGeoSynchronize()
int gmshModelOccSynchronize()
{
createOcc();
GModel::current()->getOccInternals()->synchronize(GModel::current());
GModel::current()->getOCCInternals()->synchronize(GModel::current());
return 0;
}
......@@ -140,6 +140,7 @@ GMSH_API gmshModelGeoSynchronize();
// gmshModelOcc
GMSH_API gmshModelOccAddVertex(int &tag, double x, double y, double z,
double meshSize);
GMSH_API gmshModelOccSynchronize();
// gmshSolver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment