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

Diff for /OpenXM_contrib2/asir2018/engine/nd.c between version 1.65 and 1.66

version 1.65, 2022/04/03 00:39:12 version 1.66, 2022/04/03 06:45:47
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2018/engine/nd.c,v 1.64 2022/03/09 07:50:51 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2018/engine/nd.c,v 1.65 2022/04/03 00:39:12 noro Exp $ */
   
 #include "nd.h"  #include "nd.h"
   
Line 1430  ND nd_add_q(ND p1,ND p2)
Line 1430  ND nd_add_q(ND p1,ND p2)
 {  {
     int c,can;      int c,can;
     NM m1,m2,mr0,mr,s;      NM m1,m2,mr0,mr,s;
       P t;
   
     if ( !p1 ) return p2;      if ( !p1 ) return p2;
     else if ( !p2 ) return p1;      else if ( !p2 ) return p1;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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