12345678910111213141516171819202122 |
- // #ifdef __cplusplus
- // extern "C" {
- // #endif
- //========================================================================================================================================================================================================200
- // DEFINE
- //========================================================================================================================================================================================================200
- #define fp float
- #define NUMBER_THREADS 2
- #define EQUATIONS 91
- #define PARAMETERS 18
- //========================================================================================================================================================================================================200
- // END
- //========================================================================================================================================================================================================200
- // #ifdef __cplusplus
- // }
- // #endif
|