Rocstar
1.0
Rocstar multiphysics simulation application
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FC.h
Go to the documentation of this file.
1
#ifndef FC_HEADER_INCLUDED
2
#define FC_HEADER_INCLUDED
3
4
/* Mangling for Fortran global symbols without underscores. */
5
#define FC_GLOBAL(name,NAME) name##_
6
7
/* Mangling for Fortran global symbols with underscores. */
8
#define FC_GLOBAL_(name,NAME) name##_
9
10
/* Mangling for Fortran module symbols without underscores. */
11
#define FC_MODULE(mod_name,name, mod_NAME,NAME) __##mod_name##_MOD_##name
12
13
/* Mangling for Fortran module symbols with underscores. */
14
#define FC_MODULE_(mod_name,name, mod_NAME,NAME) __##mod_name##_MOD_##name
15
16
#endif
Roccom
include
FC.h
Generated on Wed Nov 30 2016 16:56:07 for Rocstar by
1.8.5