[BACK]Return to dp.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / builtin

Diff for /OpenXM_contrib2/asir2000/builtin/dp.c between version 1.60 and 1.61

version 1.60, 2005/08/25 18:59:11 version 1.61, 2005/11/12 09:43:01
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/builtin/dp.c,v 1.59 2005/08/24 06:28:39 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/builtin/dp.c,v 1.60 2005/08/25 18:59:11 ohara Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "base.h"  #include "base.h"
 #include "parse.h"  #include "parse.h"
   
   extern int dp_fcoeffs;
 extern int dp_nelim;  extern int dp_nelim;
 extern int dp_order_pair_length;  extern int dp_order_pair_length;
 extern struct order_pair *dp_order_pair;  extern struct order_pair *dp_order_pair;
Line 668  DP *rp;
Line 669  DP *rp;
         DP g;          DP g;
         int full;          int full;
   
         do_weyl = 0;          do_weyl = 0; dp_fcoeffs = 0;
         asir_assert(ARG0(arg),O_LIST,"dp_nf");          asir_assert(ARG0(arg),O_LIST,"dp_nf");
         asir_assert(ARG1(arg),O_DP,"dp_nf");          asir_assert(ARG1(arg),O_DP,"dp_nf");
         asir_assert(ARG2(arg),O_VECT,"dp_nf");          asir_assert(ARG2(arg),O_VECT,"dp_nf");
Line 793  LIST *rp;
Line 794  LIST *rp;
         P dn;          P dn;
         int full;          int full;
   
         do_weyl = 0;          do_weyl = 0; dp_fcoeffs = 0;
         asir_assert(ARG0(arg),O_LIST,"dp_true_nf");          asir_assert(ARG0(arg),O_LIST,"dp_true_nf");
         asir_assert(ARG1(arg),O_DP,"dp_true_nf");          asir_assert(ARG1(arg),O_DP,"dp_true_nf");
         asir_assert(ARG2(arg),O_VECT,"dp_true_nf");          asir_assert(ARG2(arg),O_VECT,"dp_true_nf");

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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