diff options
author | Brijeshcr | 2017-08-04 21:40:41 +0530 |
---|---|---|
committer | Brijeshcr | 2017-08-04 21:40:41 +0530 |
commit | ad787796e65e1debe25871a98f9713f23d655ae4 (patch) | |
tree | 366cdd52cae4308686b47a5f30894f591155c2ef /macros/findDeps/getAllInterfaces.sci | |
parent | 49dd0d9d013d80ad685a3c32b6f0a2f97349e710 (diff) | |
download | Scilab2C_fossee_old-ad787796e65e1debe25871a98f9713f23d655ae4.tar.gz Scilab2C_fossee_old-ad787796e65e1debe25871a98f9713f23d655ae4.tar.bz2 Scilab2C_fossee_old-ad787796e65e1debe25871a98f9713f23d655ae4.zip |
Added Covar
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 9d44df9..967051d 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/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" |