File: eml_error.c1 /* 2 * eml_error.c 3 * 4 * Code generation for function 'eml_error' 5 * 6 */ 7 8 /* Include files */ 9 #include "rt_nonfinite.h" 10 #include "nrt.h" 11 #include "eml_error.h" 12 13 /* Variable Definitions */ 14 static emlrtRTEInfo emlrtRTEI = { 20, 5, "eml_error", 15 "C:\\MATLAB\\R2014a\\toolbox\\eml\\lib\\matlab\\eml\\eml_error.m" }; 16 17 /* Function Definitions */ 18 void eml_error(const emlrtStack *sp) 19 { 20 emlrtErrorWithMessageIdR2012b(sp, &emlrtRTEI, 21 "Coder:toolbox:power_domainError", 0); 22 } 23 24 /* End of code generation (eml_error.c) */ 25 |