diff options
author | jofret | 2008-09-09 12:14:35 +0000 |
---|---|---|
committer | jofret | 2008-09-09 12:14:35 +0000 |
commit | 2ddfcfa9b2111430ad1d65da6f5755009ce5847e (patch) | |
tree | c050ba2e3c5917efa3955829b4b4105313ce2ace /src/statisticsFunctions/includes/sum.h | |
parent | 481ddab389e9491849ab38621f2ae658cbc4a516 (diff) | |
download | scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.tar.gz scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.tar.bz2 scilab2c-2ddfcfa9b2111430ad1d65da6f5755009ce5847e.zip |
addition and subtraction are now in operations module
Diffstat (limited to 'src/statisticsFunctions/includes/sum.h')
-rw-r--r-- | src/statisticsFunctions/includes/sum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statisticsFunctions/includes/sum.h b/src/statisticsFunctions/includes/sum.h index 55158b93..8df782cc 100644 --- a/src/statisticsFunctions/includes/sum.h +++ b/src/statisticsFunctions/includes/sum.h @@ -15,6 +15,7 @@ #include "floatComplex.h" #include "doubleComplex.h" +#include "addition.h" /* ** \brief Sum of a scalar element, just returns it |