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

*** empty log message ***

parent f9a30545
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* at Sandia National Laboratories under US Department of Energy * * at Sandia National Laboratories under US Department of Energy *
* contract DE-AC04-76DP00789 and is copyrighted by Sandia Corporation. */ * contract DE-AC04-76DP00789 and is copyrighted by Sandia Corporation. */
/* Added for Gmsh */ /* Gmsh - fix compilation on windows */
#if defined(WIN32) && !defined(__CYGWIN__) #if defined(WIN32) && !defined(__CYGWIN__)
double seconds() double seconds()
...@@ -11,6 +11,7 @@ double seconds() ...@@ -11,6 +11,7 @@ double seconds()
} }
#else #else
/* Gmsh - end */
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
...@@ -40,4 +41,6 @@ double seconds() ...@@ -40,4 +41,6 @@ double seconds()
return (curtime); return (curtime);
} }
/* Gmsh */
#endif #endif
/* Gmsh - end */
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