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
  • libpolys/polys/monomials/ring.cc

    rcd7960 r7b0376  
    40864086      else
    40874087      {
    4088         Print("{");
     4088        PrintS("{");
    40894089        for( i=0; i <= limit; i++ )
    40904090          Print("%d ", syz_index[i]);
    4091         Print("}");
     4091        PrintS("}");
    40924092      }
    40934093
     
    42114211  {
    42124212      PrintLn();
    4213       Print("pFDeg   : ");
     4213      PrintS("pFDeg   : ");
    42144214#define pFDeg_CASE(A) if(r->pFDeg == A) PrintS( "" #A "" )
    42154215      pFDeg_CASE(p_Totaldegree); else
     
    42244224    PrintLn();
    42254225  }
    4226   Print("pSetm:");
     4226  PrintS("pSetm:");
    42274227  void p_Setm_Dummy(poly p, const ring r);
    42284228  void p_Setm_TotalDegree(poly p, const ring r);
Note: See TracChangeset for help on using the changeset viewer.