diff options
author | Brijeshcr | 2017-07-14 18:01:26 +0530 |
---|---|---|
committer | Brijeshcr | 2017-07-14 18:01:26 +0530 |
commit | 2e35a1f26a7ec9e4466a5e0448f9a868aa801471 (patch) | |
tree | 5d289a280e2e5bea4580bfe25fe845b3fae7c7d4 /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | e826d667659a225bf8c514dceb5d063752c2c3f8 (diff) | |
download | Scilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.tar.gz Scilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.tar.bz2 Scilab2C-2e35a1f26a7ec9e4466a5e0448f9a868aa801471.zip |
ERF, ERFC and Demos added
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index e9f19a29..977ea76e 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -220,6 +220,8 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_primes.h" "src/c/elementaryFunctions/interfaces/int_factor.h" "src/c/elementaryFunctions/interfaces/int_sinc.h" + "src/c/specialFunctions/interfaces/int_erf.h" + "src/c/specialFunctions/interfaces/int_erfc.h" "src/c/CACSD/interfaces/int_syslin.h" "src/c/CACSD/interfaces/int_lqr.h" "src/c/CACSD/interfaces/int_lqe.h" |