[BACK]Return to ca.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2018 / include

Diff for /OpenXM_contrib2/asir2018/include/ca.h between version 1.19 and 1.20

version 1.19, 2020/10/06 06:31:19 version 1.20, 2021/01/25 00:39:52
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/include/ca.h,v 1.18 2020/02/22 06:23:36 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2018/include/ca.h,v 1.19 2020/10/06 06:31:19 noro Exp $
 */  */
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
Line 704  struct order_spec {
Line 704  struct order_spec {
   int *module_base_ord;    int *module_base_ord;
   struct order_spec *base; /* for schreyer order */    struct order_spec *base; /* for schreyer order */
   DMMstack dmmstack;    DMMstack dmmstack;
     int (*cmpdl)(int n,DL d1,DL d2);
   union {    union {
     int simple;      int simple;
     struct {      struct {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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