Ignore:
Timestamp:
Jan 20, 2016, 6:46:28 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c631c329ed487e0ec9b60bd41077ba19cbf17ad3
Parents:
64b03151c6cf3d29b4a4304bab7a66c2b37b5e2d
Message:
maps for ideal revisited: new: maMapIdeal as general routine
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/monomials/p_polys.cc

    r64b0315 r4d5437  
    39293929#if 0
    39303930    p_Test(p, oldRing);
    3931     PrintS("\np_PermPoly::p: "); p_Write(p, oldRing, oldRing); PrintLn();
     3931    PrintS("p_PermPoly::p: "); p_Write(p, oldRing, oldRing);
    39323932#endif
    39333933  const int OldpVariables = rVar(oldRing);
     
    40434043        }
    40444044      }
    4045       if ( mapped_to_par && qq!= NULL && nCoeff_is_algExt(dst->cf) )
     4045      if ( mapped_to_par && (qq!= NULL) && nCoeff_is_algExt(dst->cf) )
    40464046      {
    40474047        number n = p_GetCoeff(qq, dst);
     
    40544054#if 0
    40554055    p_Test(aq,dst);
    4056     PrintS("\naq: "); p_Write(aq, dst, dst); PrintLn();
     4056    PrintS("aq: "); p_Write(aq, dst, dst);
    40574057#endif
    40584058
     
    40674067
    40684068#if 0
    4069     p_Test(qq,dst);
    4070     PrintS("\nqq: "); p_Write(qq, dst, dst); PrintLn();
     4069    PrintS("qq: "); p_Write(qq, dst, dst);
    40714070#endif
    40724071
     
    41234122#if 0
    41244123  p_Test(result,dst);
    4125   PrintS("\nresult: "); p_Write(result,dst,dst); PrintLn();
     4124  PrintS("result: "); p_Write(result,dst,dst);
    41264125#endif
    41274126  return result;
Note: See TracChangeset for help on using the changeset viewer.