Changeset 7b0376 in git for Singular/extra.cc


Ignore:
Timestamp:
Aug 1, 2016, 10:55:54 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36d61f07ab133fd386896763b697a66e352e67ba
Parents:
f9b0bddbfb9793b47a94a5d2aace6da9918e3c70cd79608c61d713b22b8e9ae861168cbd02e4fab9
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2016-08-01 10:55:54+02:00
git-committer:
GitHub <noreply@github.com>2016-08-01 10:55:54+02:00
Message:
Merge pull request #774 from surface-smoothers/fix.brnoeth.bug.770

fix variable declaration before minpoly is defined in 'brnoeth.lib'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    rcd7960 r7b0376  
    23162316           else if (strcmp(s,"posInT19")==0)
    23172317             test_PosInT=posInT19;
    2318            else Print("valid posInT:0,1,2,11,110,13,15,17,17_c,19,_EcartFDegpLength,_FDegpLength,_pLength,_EcartpLength\n");
     2318           else PrintS("valid posInT:0,1,2,11,110,13,15,17,17_c,19,_EcartFDegpLength,_FDegpLength,_pLength,_EcartpLength\n");
    23192319         }
    23202320         else
     
    31053105          p=(poly)h->CopyD();
    31063106          h=h->next;
    3107           //        Print("poly is done\n");
     3107          //        PrintS("poly is done\n");
    31083108        }
    31093109        else return TRUE;
     
    31133113          q = I->m;
    31143114          h=h->next;
    3115           //        Print("ideal is done\n");
     3115          //        PrintS("ideal is done\n");
    31163116        }
    31173117        else return TRUE;
     
    31203120          is=(int)((long)(h->Data()));
    31213121          //        res->rtyp=INT_CMD;
    3122           //        Print("int is done\n");
     3122          //        PrintS("int is done\n");
    31233123          //        res->rtyp=IDEAL_CMD;
    31243124          if (rIsPluralRing(currRing))
     
    31303130              pl[k] = pLength(I->m[k]);
    31313131            }
    3132             Print("starting redRat\n");
     3132            PrintS("starting redRat\n");
    31333133            //res->data = (char *)
    31343134            redRat(&p, q, pl, (int)IDELEMS(I),is,currRing);
Note: See TracChangeset for help on using the changeset viewer.