summaryrefslogtreecommitdiff
path: root/src/c/elementaryFunctions
diff options
context:
space:
mode:
authorsiddhu89902017-06-20 15:34:06 +0530
committersiddhu89902017-06-20 15:34:06 +0530
commite92d6c6791aae06053637ad3bf6b0f9d8986986c (patch)
tree9326f0bed06ee4ce9e2bf54d03ee3fde10ef5ea9 /src/c/elementaryFunctions
parentfad32de9c3df04a8fb032f9c604c79c89d062154 (diff)
parent369c257b9ae0320621b43ca75b38ff66cc13f37b (diff)
downloadScilab2C_fossee_old-e92d6c6791aae06053637ad3bf6b0f9d8986986c.tar.gz
Scilab2C_fossee_old-e92d6c6791aae06053637ad3bf6b0f9d8986986c.tar.bz2
Scilab2C_fossee_old-e92d6c6791aae06053637ad3bf6b0f9d8986986c.zip
Merged with Yash's work. Gui modified for Arduino board selection. Arduino I2C functions added
Diffstat (limited to 'src/c/elementaryFunctions')
-rw-r--r--src/c/elementaryFunctions/includes/sec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/elementaryFunctions/includes/sec.h b/src/c/elementaryFunctions/includes/sec.h
index 9606158..a04c5f7 100644
--- a/src/c/elementaryFunctions/includes/sec.h
+++ b/src/c/elementaryFunctions/includes/sec.h
@@ -14,7 +14,7 @@
#include "dynlib_elementaryfunctions.h"
#include "floatComplex.h"
#include "doubleComplex.h"
-#include <complex.h>
+//#include <complex.h>
#include "types.h"
#ifdef __cplusplus