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

report OCC version

parent e10cf081
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
#include "petsc.h" #include "petsc.h"
#endif #endif
#if defined(HAVE_OCC)
#include <Standard_Version.hxx>
#endif
#if defined(HAVE_POST) #if defined(HAVE_POST)
#include "PView.h" #include "PView.h"
#endif #endif
...@@ -932,6 +936,10 @@ void GetOptions(int argc, char *argv[]) ...@@ -932,6 +936,10 @@ void GetOptions(int argc, char *argv[])
#else #else
fprintf(stderr, "PETSc arithmetic : Real\n"); fprintf(stderr, "PETSc arithmetic : Real\n");
#endif #endif
#endif
#if defined(HAVE_OCC)
fprintf(stderr, "OCC version : %d.%d.%d\n", OCC_VERSION_MAJOR,
OCC_VERSION_MINOR, OCC_VERSION_MAINTENANCE);
#endif #endif
fprintf(stderr, "Packaged by : %s\n", GMSH_PACKAGER); fprintf(stderr, "Packaged by : %s\n", GMSH_PACKAGER);
fprintf(stderr, "Web site : http://www.geuz.org/gmsh/\n"); fprintf(stderr, "Web site : http://www.geuz.org/gmsh/\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment