[BACK]Return to tigers.patch CVS log [TXT][DIR] Up to [local] / OpenXM / src / tigers

Diff for /OpenXM/src/tigers/tigers.patch between version 1.5 and 1.6

version 1.5, 2020/11/01 10:28:22 version 1.6, 2021/11/16 07:09:46
Line 495  diff -urN TiGERS_0.9.orig/utils.c TiGERS_0.9/utils.c
Line 495  diff -urN TiGERS_0.9.orig/utils.c TiGERS_0.9/utils.c
   
  int eatwhite(FILE *is){   int eatwhite(FILE *is){
   int c;    int c;
   
   --- TiGERS_0.9/tigers.c.orig    2021-11-16 11:59:40.619709584 +0900
   +++ TiGERS_0.9/tigers.c 2021-11-16 12:00:58.800452127 +0900
   @@ -17,7 +17,7 @@
    /*
    ** Output initial ideals and numbers of facets at each stage.
    */
   -FILE *outfile;
   +extern FILE *outfile;
    int print_init=TRUE;
    int print_tree=TRUE;
   
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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