summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjofret2008-06-09 09:41:49 +0000
committerjofret2008-06-09 09:41:49 +0000
commit0bed8f8edf8c88bf476380e84fdd929d817502f9 (patch)
tree6d271f6966686a09dfd8806948ecb6fc575b2625 /src
parent2a5b6464495e08a921e3ca49ecb74456680e2af2 (diff)
downloadscilab2c-0bed8f8edf8c88bf476380e84fdd929d817502f9.tar.gz
scilab2c-0bed8f8edf8c88bf476380e84fdd929d817502f9.tar.bz2
scilab2c-0bed8f8edf8c88bf476380e84fdd929d817502f9.zip
License update, comment removed
Diffstat (limited to 'src')
-rw-r--r--src/auxiliaryFunctions/includes/pythag.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/src/auxiliaryFunctions/includes/pythag.h b/src/auxiliaryFunctions/includes/pythag.h
index 5aa9d152..424ed2e2 100644
--- a/src/auxiliaryFunctions/includes/pythag.h
+++ b/src/auxiliaryFunctions/includes/pythag.h
@@ -1,14 +1,14 @@
/*
-** -*- C -*-
-**
-** pythag.h
-** Made by Bruno JOFRET <bruno.jofret@inria.fr>
-**
-** Started on Thu Feb 8 10:12:17 2007 jofret
-** Last update Thu Aug 16 12:18:00 2007 bruno
-**
-** Copyright INRIA 2007
-*/
+ * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+ * Copyright (C) 2006-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
+ * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+ *
+ */
#ifndef __PYTHAG_H__
#define __PYTHAG_H__
@@ -33,7 +33,6 @@ floatComplex cpythags(floatComplex x, floatComplex y);
/*
** \brief Double Complex Pythag function
*/
-//NUTRICATO: BRUNO, NOT IMPLEMENTED YET!!!!!!
doubleComplex zpythags(doubleComplex x, doubleComplex y);
#endif /* !__PYTHAG_H__ */