diff options
author | jofret | 2007-10-22 15:21:37 +0000 |
---|---|---|
committer | jofret | 2007-10-22 15:21:37 +0000 |
commit | 29c9fd31a0e3cdd70a9b63cfdaf0ef58da4b9a1c (patch) | |
tree | 8ae4f57776e9c01c2bce059db97b0aee362f702f /src/auxiliaryFunctions/Makefile.am | |
parent | 6bd1eb6d55bdee6969a48a33e409a866914b0194 (diff) | |
download | scilab2c-29c9fd31a0e3cdd70a9b63cfdaf0ef58da4b9a1c.tar.gz scilab2c-29c9fd31a0e3cdd70a9b63cfdaf0ef58da4b9a1c.tar.bz2 scilab2c-29c9fd31a0e3cdd70a9b63cfdaf0ef58da4b9a1c.zip |
Disable some computation for the moment
Diffstat (limited to 'src/auxiliaryFunctions/Makefile.am')
-rw-r--r-- | src/auxiliaryFunctions/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/auxiliaryFunctions/Makefile.am b/src/auxiliaryFunctions/Makefile.am index a4c2a205..de8e60f2 100644 --- a/src/auxiliaryFunctions/Makefile.am +++ b/src/auxiliaryFunctions/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET <bruno.jofret@inria.fr> ## ## Started on Thu Mar 22 16:39:30 2007 jofret -## Last update Mon Apr 23 12:10:20 2007 jofret +## Last update Mon Oct 22 11:04:58 2007 bruno ## ## Copyright INRIA 2007 ## @@ -16,6 +16,4 @@ SUBDIRS= abs \ isnan \ rand \ sign \ - size \ - type \ pythag |