diff options
author | torset | 2009-02-04 14:11:20 +0000 |
---|---|---|
committer | torset | 2009-02-04 14:11:20 +0000 |
commit | 5b4467938b925e178d503ee56a6ad8e9174ea6c2 (patch) | |
tree | 1b5f609e5ca4894299794ef9cec17a8e0e68de9b /src/matrixOperations/Makefile.am | |
parent | cb2404246c35eff9b1a976bac98ba9532d82a6af (diff) | |
download | scilab2c-5b4467938b925e178d503ee56a6ad8e9174ea6c2.tar.gz scilab2c-5b4467938b925e178d503ee56a6ad8e9174ea6c2.tar.bz2 scilab2c-5b4467938b925e178d503ee56a6ad8e9174ea6c2.zip |
Add Complex scalar tests and headers
Diffstat (limited to 'src/matrixOperations/Makefile.am')
-rw-r--r-- | src/matrixOperations/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.am b/src/matrixOperations/Makefile.am index d9ac75bd..f5a04e88 100644 --- a/src/matrixOperations/Makefile.am +++ b/src/matrixOperations/Makefile.am @@ -28,7 +28,8 @@ SUBDIRS= cat \ fill \ magnitude \ squaredMagnitude\ - logm + logm \ + powm |