common.h 1017 B

12345678910111213141516171819202122
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //========================================================================================================================================================================================================200
  5. // DEFINE
  6. //========================================================================================================================================================================================================200
  7. #define fp float
  8. #define NUMBER_THREADS 2
  9. #define EQUATIONS 91
  10. #define PARAMETERS 18
  11. //========================================================================================================================================================================================================200
  12. // END
  13. //========================================================================================================================================================================================================200
  14. // #ifdef __cplusplus
  15. // }
  16. // #endif