From c9f4aeec27c6c9c3a0fa9ab8c1a6132b506f6814 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 23 Apr 2007 15:30:12 +0000 Subject: Adding Pythag function, must be used as often as possible. --- src/auxiliaryFunctions/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/auxiliaryFunctions/Makefile.am') diff --git a/src/auxiliaryFunctions/Makefile.am b/src/auxiliaryFunctions/Makefile.am index 753ee667..a4c2a205 100644 --- a/src/auxiliaryFunctions/Makefile.am +++ b/src/auxiliaryFunctions/Makefile.am @@ -5,7 +5,7 @@ ## Made by Bruno JOFRET ## ## Started on Thu Mar 22 16:39:30 2007 jofret -## Last update Fri Apr 20 15:57:11 2007 jofret +## Last update Mon Apr 23 12:10:20 2007 jofret ## ## Copyright INRIA 2007 ## @@ -17,4 +17,5 @@ SUBDIRS= abs \ rand \ sign \ size \ - type + type \ + pythag -- cgit