diff options
Diffstat (limited to 'src/auxiliaryFunctions/interfaces')
-rw-r--r-- | src/auxiliaryFunctions/interfaces/int_abs.h | 4 | ||||
-rw-r--r-- | src/auxiliaryFunctions/interfaces/int_length.h | 6 | ||||
-rw-r--r-- | src/auxiliaryFunctions/interfaces/int_rand.h | 6 | ||||
-rw-r--r-- | src/auxiliaryFunctions/interfaces/int_sqrt.h | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/src/auxiliaryFunctions/interfaces/int_abs.h b/src/auxiliaryFunctions/interfaces/int_abs.h index 026cacf7..f706983f 100644 --- a/src/auxiliaryFunctions/interfaces/int_abs.h +++ b/src/auxiliaryFunctions/interfaces/int_abs.h @@ -1,11 +1,11 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * + * * This file must be used under the terms of the CeCILL. * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at + * are also available at * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt * */ diff --git a/src/auxiliaryFunctions/interfaces/int_length.h b/src/auxiliaryFunctions/interfaces/int_length.h index 29546f5b..fe84a92a 100644 --- a/src/auxiliaryFunctions/interfaces/int_length.h +++ b/src/auxiliaryFunctions/interfaces/int_length.h @@ -7,17 +7,17 @@ ** ** Copyright POLIBA 2008 */ -/* +/* 1. Search for length in INIT_FillSCI2LibCDirs.sci 2. Search for // --- Function List Class. --- in INIT_FillSCI2LibCDirs.sci - 3. You will find + 3. You will find PrintStringInfo('s0'+ArgSeparator+'s0',ClassFileName,'file','y'); PrintStringInfo('d0'+ArgSeparator+'d0',ClassFileName,'file','y'); PrintStringInfo('c0'+ArgSeparator+'s0',ClassFileName,'file','y'); PrintStringInfo('z0'+ArgSeparator+'d0',ClassFileName,'file','y'); PrintStringInfo('g0'+ArgSeparator+'s0',ClassFileName,'file','y'); PrintStringInfo('g0'+ArgSeparator+'d0',ClassFileName,'file','y'); - + PrintStringInfo('s2'+ArgSeparator+'s0',ClassFileName,'file','y'); PrintStringInfo('d2'+ArgSeparator+'d0',ClassFileName,'file','y'); PrintStringInfo('c2'+ArgSeparator+'s0',ClassFileName,'file','y'); diff --git a/src/auxiliaryFunctions/interfaces/int_rand.h b/src/auxiliaryFunctions/interfaces/int_rand.h index 6bad208a..1ce248a9 100644 --- a/src/auxiliaryFunctions/interfaces/int_rand.h +++ b/src/auxiliaryFunctions/interfaces/int_rand.h @@ -1,15 +1,15 @@ /* * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab * Copyright (C) 2008-2008 - INRIA - Bruno JOFRET - * + * * This file must be used under the terms of the CeCILL. * This source file is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at + * are also available at * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt * */ -/* ADDED BY NUTRICATO, BUT WAITING FOR THE AUTOMATIC GENERATION OF IT +/* ADDED BY NUTRICATO, BUT WAITING FOR THE AUTOMATIC GENERATION OF IT AS SHOWN BELOW MANY CASES ARE MISSING. SCALAR RANDOM GENERATOR NOT IMPLEMENTED YET, SEE DRANDS.C */ diff --git a/src/auxiliaryFunctions/interfaces/int_sqrt.h b/src/auxiliaryFunctions/interfaces/int_sqrt.h index e8bd7e97..5848686a 100644 --- a/src/auxiliaryFunctions/interfaces/int_sqrt.h +++ b/src/auxiliaryFunctions/interfaces/int_sqrt.h @@ -7,17 +7,17 @@ ** ** Copyright POLIBA 2008 */ -/* +/* 1. Search for sqrt in INIT_FillSCI2LibCDirs.sci 2. Search for // --- Function List Class. --- in INIT_FillSCI2LibCDirs.sci - 3. You will find + 3. You will find PrintStringInfo('s0'+ArgSeparator+'s0',ClassFileName,'file','y'); PrintStringInfo('s0'+ArgSeparator+'c0',ClassFileName,'file','y'); PrintStringInfo('d0'+ArgSeparator+'d0',ClassFileName,'file','y'); PrintStringInfo('d0'+ArgSeparator+'z0',ClassFileName,'file','y'); PrintStringInfo('c0'+ArgSeparator+'c0',ClassFileName,'file','y'); PrintStringInfo('z0'+ArgSeparator+'z0',ClassFileName,'file','y'); - + PrintStringInfo('s2'+ArgSeparator+'s2',ClassFileName,'file','y'); PrintStringInfo('s2'+ArgSeparator+'c2',ClassFileName,'file','y'); PrintStringInfo('d2'+ArgSeparator+'d2',ClassFileName,'file','y'); |