Bill Allombert on Wed, 11 Sep 2002 09:57:16 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: missing functions |
On Wed, Sep 11, 2002 at 04:00:57PM +0900, Iwao KIMURA wrote: > Hi > > From: Iwao KIMURA <iwao@sci.toyama-u.ac.jp> > Subject: missing functions > Date: Wed, 11 Sep 2002 03:59:56 +0900 (JST) > > > I found that the following functions are declared in paridecl.h but > > don't exist anywhere in the source tree (I saw the current CVS tree). > > > > imagereel, > > hnfhavas, > > oldidealinv, > > ggcd0, > > FpX_small, > > conjugates. > > No, `conjugates' resides on src/basemath/subgroup.c. Sorry for wrong > information. But rest of these seem not exist anywhere. No, you were right. conjugates was in src/modules/subfields.c. In src/basemath/subgroup.c there is only static long* conjugate(long *typ) Which 1) is not named 'conjugates' and 2) is static, so must not be declared in paridecl.h Anyway, thanks a lot for checking this! Cheers, Bill.