diff options
author | simon | 2008-07-29 08:46:47 +0000 |
---|---|---|
committer | simon | 2008-07-29 08:46:47 +0000 |
commit | 92c125fb4e965a5586c28b04ea02068140b7c108 (patch) | |
tree | e7d835f5b018f5d1198e45b84cdb9bab651e15ee /src/includes/lapack.h | |
parent | 20945137a590cc67b2a7475e2dfbc6f6890352aa (diff) | |
download | scilab2c-92c125fb4e965a5586c28b04ea02068140b7c108.tar.gz scilab2c-92c125fb4e965a5586c28b04ea02068140b7c108.tar.bz2 scilab2c-92c125fb4e965a5586c28b04ea02068140b7c108.zip |
move some pieces of code in more suitable files
Diffstat (limited to 'src/includes/lapack.h')
-rw-r--r-- | src/includes/lapack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/lapack.h b/src/includes/lapack.h index 2751988a..52faccf5 100644 --- a/src/includes/lapack.h +++ b/src/includes/lapack.h @@ -13,6 +13,7 @@ #ifndef __LAPACK_H__ #define __LAPACK_H__ +#define C2F(name) name##_ #define getRelativeMachinePrecision() dlamch_("e", 1L) #define getOverflowThreshold() dlamch_("o", 1L) |