Go to the source code of this file.
◆ BIO_MISCIBILTY_FUNCTION_BODY
| #define BIO_MISCIBILTY_FUNCTION_BODY |
( |
|
functionName | ) |
|
Value:const ::bio::chemical::Miscibility& functionName() \
{ \
static ::bio::chemical::Miscibility miscibility(#functionName); \
return miscibility; \
}
To make defining Miscibilities easier, use this macro to define the function body of your Miscibility Function().
This will create a static Miscibility named after your FunctionName.
REMINDER: Your Miscibility Function()s should be in the bio::chemical::miscibility namespace.