We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d91ee9 commit d422182Copy full SHA for d422182
scripts/genheader.c
@@ -98,6 +98,7 @@ int main (int argc, char ** argv)
98
/* Compute the size of the C pointer for the Fortran programm */
99
fprintf(file, "#define MMG5_DATA_PTR_T INTEGER(kind=%d)\n",
100
(int)sizeof(void*));
101
+ fprintf(file, "#include \"mmgversion.h\"\n");
102
}
103
fclose(file);
104
src/common/mmgversion.h.in
@@ -24,7 +24,7 @@
24
#include "git_log_mmg.h"
25
#endif
26
27
-#if !defined(MMGVERSION_H)
+#ifndef MMGVERSION_H
28
#define MMGVERSION_H
29
30
#define MMG_VERSION_RELEASE "@CMAKE_RELEASE_VERSION@"
0 commit comments