Changeset 2fa2b4 in git


Ignore:
Timestamp:
Nov 3, 2010, 2:10:16 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8a4e22c96f254f73c703a940d895136b87451b5c
Parents:
1b91ea674e00a9b5ddaf3319b325d01e7f5c567a
Message:
fix tr. #284

git-svn-id: file:///usr/local/Singular/svn/trunk@13585 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ring.cc

    r1b91ea r2fa2b4  
    655655    gmp_sprintf(s,"integer,%Zd^%lu",r->ringflaga,r->ringflagb);
    656656    return s;
    657    
    658657  }
    659658#endif
     
    30773076  {
    30783077    int i;
    3079     if ((r->parameter!=NULL) && (r->ch<2))
     3078    if (r->parameter!=NULL)
    30803079    {
    30813080      for (i=0;i<rPar(r);i++)
     
    30913090    {
    30923091      // Hmm... sometimes (e.g., from maGetPreimage) new variables
    3093       // are intorduced, but their names are never set
     3092      // are introduced, but their names are never set
    30943093      // hence, we do the following awkward trick
    30953094      int N = omSizeWOfAddr(r->names);
Note: See TracChangeset for help on using the changeset viewer.