Change HYPRE_RELEASE_NUMBER to be int in CMake Config.h file (#372)
This commit is contained in:
parent
3894857b16
commit
ae362727b9
@ -7,7 +7,7 @@
|
||||
|
||||
#define HYPRE_RELEASE_NAME "@CMAKE_PROJECT_NAME@"
|
||||
#define HYPRE_RELEASE_VERSION "@HYPRE_VERSION@"
|
||||
#define HYPRE_RELEASE_NUMBER "@HYPRE_NUMBER@"
|
||||
#define HYPRE_RELEASE_NUMBER @HYPRE_NUMBER@
|
||||
#define HYPRE_RELEASE_DATE "@HYPRE_DATE@"
|
||||
#define HYPRE_RELEASE_TIME "@HYPRE_TIME@"
|
||||
#define HYPRE_RELEASE_BUGS "@HYPRE_BUGS@"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user