diff options
author | imushir | 2016-03-02 12:12:02 +0530 |
---|---|---|
committer | imushir | 2016-03-02 12:12:02 +0530 |
commit | f3eef46401cbf9fe4e7f60d5b5648ace5906767c (patch) | |
tree | b67cbe9c22e54645c576122850c0f41b0a1781f0 /2.3-1/macros/findDeps/getAllSources.sci | |
parent | d988049e812ad39c81ec2d96dfd9c7be03aaae9b (diff) | |
download | Scilab2C-f3eef46401cbf9fe4e7f60d5b5648ace5906767c.tar.gz Scilab2C-f3eef46401cbf9fe4e7f60d5b5648ace5906767c.tar.bz2 Scilab2C-f3eef46401cbf9fe4e7f60d5b5648ace5906767c.zip |
added support of double datatype for logspace
Diffstat (limited to '2.3-1/macros/findDeps/getAllSources.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllSources.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci index ab4f9a0e..fddb17fa 100644 --- a/2.3-1/macros/findDeps/getAllSources.sci +++ b/2.3-1/macros/findDeps/getAllSources.sci @@ -622,6 +622,8 @@ function allSources = getAllSources(Target) "src/c/elementaryFunctions/bitget/u16bitgets.c" "src/c/elementaryFunctions/linspace/dlinspaces.c" "src/c/elementaryFunctions/linspace/dlinspacea.c" + "src/c/elementaryFunctions/logspace/dlogspaces.c" + "src/c/elementaryFunctions/logspace/dlogspacea.c" "src/c/statisticsFunctions/max/dmaxa.c" "src/c/statisticsFunctions/max/smaxa.c" "src/c/statisticsFunctions/max/srowmaxa.c" |