PW_PowerSystem_10asr.c 300 B

123456789101112131415161718192021
  1. /* Asserts */
  2. #include "PW_PowerSystem_model.h"
  3. #if defined(__cplusplus)
  4. extern "C" {
  5. #endif
  6. /* function to check assert after a step is done */
  7. int PW_PowerSystem_checkForAsserts(DATA *data, threadData_t *threadData)
  8. {
  9. TRACE_PUSH
  10. TRACE_POP
  11. return 0;
  12. }
  13. #if defined(__cplusplus)
  14. }
  15. #endif