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 "ccafbounds.h"
   11   #include "error1.h"
   12   
   13   /* Variable Definitions */
   14   static emlrtRTEInfo e_emlrtRTEI = { 17, 9, "error",
   15     "C:\\Program Files\\MATLAB\\R2016a\\toolbox\\eml\\eml\\+coder\\+internal\\error.m"
   16   };
   17   
   18   /* Function Definitions */
   19   void error(const emlrtStack *sp)
   20   {
   21     emlrtErrorWithMessageIdR2012b(sp, &e_emlrtRTEI,
   22       "Coder:toolbox:ElFunDomainError", 3, 4, 4, "sqrt");
   23   }
   24   
   25   /* End of code generation (error1.c) */
   26