diff options
author | Brijeshcr | 2017-08-04 21:40:41 +0530 |
---|---|---|
committer | Brijeshcr | 2017-08-04 21:40:41 +0530 |
commit | 3633223e4816948c61e107f4fb18eb193c0add27 (patch) | |
tree | b0d5c593ca71e5b80b744892d01552b296965405 /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 54e1cdd2b4f5d4a214fab050e1d8b8e3790fe860 (diff) | |
download | Scilab2C-3633223e4816948c61e107f4fb18eb193c0add27.tar.gz Scilab2C-3633223e4816948c61e107f4fb18eb193c0add27.tar.bz2 Scilab2C-3633223e4816948c61e107f4fb18eb193c0add27.zip |
Added Covar
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 9d44df90..967051d6 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -152,6 +152,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/statisticsFunctions/interfaces/int_wcenter.h" "src/c/statisticsFunctions/interfaces/int_center.h" "src/c/statisticsFunctions/interfaces/int_correl.h" + "src/c/statisticsFunctions/interfaces/int_covar.h" "src/c/operations/interfaces/int_OpEqual.h" "src/c/operations/interfaces/int_OpLogNot.h" "src/c/operations/interfaces/int_OpLogEq.h" |