From d80697e7ca9932cb408155f7ba9e390a190d91df Mon Sep 17 00:00:00 2001 From: jofret Date: Tue, 9 Sep 2008 13:51:47 +0000 Subject: Moving Conjugate to auxiliary --- src/elementaryFunctions/conj/cconjs.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/elementaryFunctions/conj/cconjs.c (limited to 'src/elementaryFunctions/conj/cconjs.c') diff --git a/src/elementaryFunctions/conj/cconjs.c b/src/elementaryFunctions/conj/cconjs.c deleted file mode 100644 index 55f94452..00000000 --- a/src/elementaryFunctions/conj/cconjs.c +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Allan SIMON - * - * 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 - * - */ - -#include "conj.h" - -floatComplex cconjs ( floatComplex in ) -{ - return FloatComplex ( creals ( in ) ,- cimags( in )); -} -- cgit