summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps
diff options
context:
space:
mode:
Diffstat (limited to '2.3-1/macros/findDeps')
-rw-r--r--2.3-1/macros/findDeps/getAllHeaders.sci3
-rw-r--r--2.3-1/macros/findDeps/getAllInterfaces.sci3
-rw-r--r--2.3-1/macros/findDeps/getAllSources.sci24
3 files changed, 30 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllHeaders.sci b/2.3-1/macros/findDeps/getAllHeaders.sci
index 83a86b7e..3b8f0807 100644
--- a/2.3-1/macros/findDeps/getAllHeaders.sci
+++ b/2.3-1/macros/findDeps/getAllHeaders.sci
@@ -161,6 +161,9 @@ function allHeaders = getAllHeaders(SharedInfo)
"src/c/statisticsFunctions/includes/statMax.h"
"src/c/statisticsFunctions/includes/statMin.h"
"src/c/statisticsFunctions/includes/moment.h"
+ "src/c/statisticsFunctions/includes/wcenter.h"
+ "src/c/statisticsFunctions/includes/center.h"
+ "src/c/statisticsFunctions/includes/correl.h"
"src/c/operations/includes/subtraction.h"
"src/c/operations/includes/addition.h"
"src/c/operations/includes/dynlib_operations.h"
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci
index d0bc1ca1..c065176a 100644
--- a/2.3-1/macros/findDeps/getAllInterfaces.sci
+++ b/2.3-1/macros/findDeps/getAllInterfaces.sci
@@ -149,6 +149,9 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/statisticsFunctions/interfaces/int_variance.h"
"src/c/statisticsFunctions/interfaces/int_sum.h"
"src/c/statisticsFunctions/interfaces/int_moment.h"
+ "src/c/statisticsFunctions/interfaces/int_wcenter.h"
+ "src/c/statisticsFunctions/interfaces/int_center.h"
+ "src/c/statisticsFunctions/interfaces/int_correl.h"
"src/c/operations/interfaces/int_OpEqual.h"
"src/c/operations/interfaces/int_OpLogNot.h"
"src/c/operations/interfaces/int_OpLogEq.h"
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci
index 5cdcd94b..a4b4786a 100644
--- a/2.3-1/macros/findDeps/getAllSources.sci
+++ b/2.3-1/macros/findDeps/getAllSources.sci
@@ -1076,6 +1076,30 @@ function allSources = getAllSources(SharedInfo,BuildTool)
"src/c/statisticsFunctions/moment/zmoments.c"
"src/c/statisticsFunctions/moment/zmomentrowa.c"
"src/c/statisticsFunctions/moment/zmomentcola.c"
+ "src/c/statisticsFunctions/wcenter/dwcentera.c"
+ "src/c/statisticsFunctions/wcenter/dwcenterrowa.c"
+ "src/c/statisticsFunctions/wcenter/dwcentercola.c"
+ "src/c/statisticsFunctions/wcenter/swcentera.c"
+ "src/c/statisticsFunctions/wcenter/swcenterrowa.c"
+ "src/c/statisticsFunctions/wcenter/swcentercola.c"
+ "src/c/statisticsFunctions/wcenter/zwcentera.c"
+ "src/c/statisticsFunctions/wcenter/zwcenterrowa.c"
+ "src/c/statisticsFunctions/wcenter/zwcentercola.c"
+ "src/c/statisticsFunctions/center/dcentera.c"
+ "src/c/statisticsFunctions/center/dcenterrowa.c"
+ "src/c/statisticsFunctions/center/dcentercola.c"
+ "src/c/statisticsFunctions/center/scentera.c"
+ "src/c/statisticsFunctions/center/scenterrowa.c"
+ "src/c/statisticsFunctions/center/scentercola.c"
+ "src/c/statisticsFunctions/center/zcentera.c"
+ "src/c/statisticsFunctions/center/zcenterrowa.c"
+ "src/c/statisticsFunctions/center/zcentercola.c"
+ "src/c/statisticsFunctions/correl/dcorrels.c"
+ "src/c/statisticsFunctions/correl/dcorrelfres.c"
+ "src/c/statisticsFunctions/correl/scorrels.c"
+ "src/c/statisticsFunctions/correl/scorrelfres.c"
+ "src/c/statisticsFunctions/correl/zcorrels.c"
+ "src/c/statisticsFunctions/correl/zcorrelfres.c"
"src/c/operations/multiplication/cmula.c"
"src/c/operations/multiplication/cmuls.c"
"src/c/operations/multiplication/cmulv.c"