You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
345 B
C
15 lines
345 B
C
/* This file was generated by a script using the amg_base_prec_type.F90 file as a basis. */
|
|
#ifndef AMG_CONST_H_
|
|
#define AMG_CONST_H_
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#define AMG_VERSION_STRING_ ( "1.0.0" )
|
|
#define AMG_VERSION_MAJOR_ ( 1 )
|
|
#define AMG_VERSION_MINOR_ ( 0 )
|
|
#define AMG_PATCHLEVEL_ ( 0 )
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|