[BACK]Return to bfct CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Diff for /OpenXM_contrib2/asir2000/lib/bfct between version 1.15 and 1.16

version 1.15, 2001/01/11 08:43:23 version 1.16, 2001/01/18 00:52:32
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/lib/bfct,v 1.14 2001/01/10 04:30:35 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/lib/bfct,v 1.15 2001/01/11 08:43:23 noro Exp $
  */   */
 /* requires 'primdec' */  /* requires 'primdec' */
   
Line 212  def generic_bfct(F,V,DV,W)
Line 212  def generic_bfct(F,V,DV,W)
         N = length(V);          N = length(V);
         N2 = N*2;          N2 = N*2;
   
           /* If W is a list, convert it to a vector */
           if ( type(W) == 4 )
                   W = newvect(length(W),W);
         dp_weyl_set_weight(W);          dp_weyl_set_weight(W);
   
         /* create a term order M in D<x,d> (DRL) */          /* create a term order M in D<x,d> (DRL) */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>