diff options
author | Brijeshcr | 2017-07-20 19:35:19 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-20 19:35:19 +0530 |
commit | 9a2e3e3174a9ff35ba9b739cec4a0b8c052a8dbe (patch) | |
tree | 45a5d0e55b407912099a13e3d902293d0383df84 /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 2e35a1f26a7ec9e4466a5e0448f9a868aa801471 (diff) | |
download | Scilab2C-9a2e3e3174a9ff35ba9b739cec4a0b8c052a8dbe.tar.gz Scilab2C-9a2e3e3174a9ff35ba9b739cec4a0b8c052a8dbe.tar.bz2 Scilab2C-9a2e3e3174a9ff35ba9b739cec4a0b8c052a8dbe.zip |
Added erfinv
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index 977ea76e..ece1685d 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -222,6 +222,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_sinc.h" "src/c/specialFunctions/interfaces/int_erf.h" "src/c/specialFunctions/interfaces/int_erfc.h" + "src/c/specialFunctions/interfaces/int_erfinv.h" "src/c/CACSD/interfaces/int_syslin.h" "src/c/CACSD/interfaces/int_lqr.h" "src/c/CACSD/interfaces/int_lqe.h" |