File: error1.c

    1   /*
    2    * error1.c
    3    *
    4    * Code generation for function 'error1'
    5    *
    6    */
    7   
    8   /* Include files */
    9   #include "rt_nonfinite.h"
   10   #include "gjbf.h"
   11   #include "error1.h"
   12   #include "blas.h"
   13   
   14   /* Variable Definitions */
   15   static emlrtRTEInfo s_emlrtRTEI = { 17, 9, "error",
   16     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\eml\\+coder\\+internal\\error.m"
   17   };
   18   
   19   /* Function Definitions */
   20   void v_error(const emlrtStack *sp)
   21   {
   22     emlrtErrorWithMessageIdR2012b(sp, &s_emlrtRTEI,
   23       "Coder:toolbox:power_domainError", 0);
   24   }
   25   
   26   void w_error(const emlrtStack *sp)
   27   {
   28     emlrtErrorWithMessageIdR2012b(sp, &s_emlrtRTEI,
   29       "Coder:toolbox:ElFunDomainError", 3, 4, 4, "sqrt");
   30   }
   31   
   32   void y_error(const emlrtStack *sp)
   33   {
   34     emlrtErrorWithMessageIdR2012b(sp, &s_emlrtRTEI,
   35       "Coder:toolbox:ElFunDomainError", 3, 4, 5, "log10");
   36   }
   37   
   38   /* End of code generation (error1.c) */
   39