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.in | |
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.in')
-rw-r--r-- | src/matrixOperations/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in index 8d62a4e1..4f474104 100644 --- a/src/matrixOperations/Makefile.in +++ b/src/matrixOperations/Makefile.in @@ -183,7 +183,8 @@ SUBDIRS = cat \ fill \ magnitude \ squaredMagnitude\ - logm + logm \ + powm all: all-recursive |