|
Nek5000
SEM for Incompressible NS
|
establishes some macros to establish naming conventions More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | TOKEN_PASTE_(a, b) a##b |
| #define | TOKEN_PASTE(a, b) TOKEN_PASTE_(a,b) |
| #define | PREFIXED_NAME(x) x |
| #define | FPREFIXED_NAME(x) x |
| #define | FORTRAN_NAME(low, up) FPREFIXED_NAME(low) |
| #define | FORTRAN_UNPREFIXED(low, up) low |
establishes some macros to establish naming conventions
Definition in file name.h.
| #define FORTRAN_NAME | ( | low, | |
| up | |||
| ) | FPREFIXED_NAME(low) |
Definition at line 25 of file name.h.
Referenced by ffindpts(), ffindpts_eval(), and ffindpts_free().
| #define TOKEN_PASTE | ( | a, | |
| b | |||
| ) | TOKEN_PASTE_(a,b) |
1.8.8