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

Diff for /OpenXM_contrib2/asir2018/builtin/dp.c between version 1.27 and 1.28

version 1.27, 2021/01/25 00:39:51 version 1.28, 2021/02/18 05:35: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/asir2018/builtin/dp.c,v 1.26 2020/10/26 02:41:05 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2018/builtin/dp.c,v 1.27 2021/01/25 00:39:51 noro Exp $
 */  */
 #include "ca.h"  #include "ca.h"
 #include "base.h"  #include "base.h"
Line 3039  void Pnd_sba(NODE arg,LIST *rp)
Line 3039  void Pnd_sba(NODE arg,LIST *rp)
   Z mq,z;    Z mq,z;
   Num nhomo;    Num nhomo;
   NODE node;    NODE node;
   struct order_spec *ord;    struct order_spec *ord,*current_spec;
   
     current_spec = dp_current_spec;
   do_weyl = 0;    do_weyl = 0;
   retdp = 0;    retdp = 0;
   if ( (ac=argc(arg)) == 4 ) {    if ( (ac=argc(arg)) == 4 ) {
Line 3072  void Pnd_sba(NODE arg,LIST *rp)
Line 3073  void Pnd_sba(NODE arg,LIST *rp)
   } else    } else
     error("nd_gr : invalid argument");      error("nd_gr : invalid argument");
   nd_sba(f,v,m,homo,retdp,0,ord,rp);    nd_sba(f,v,m,homo,retdp,0,ord,rp);
     initd(current_spec);
 }  }
   
 void Pnd_weyl_sba(NODE arg,LIST *rp)  void Pnd_weyl_sba(NODE arg,LIST *rp)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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