Changeset 56f59b in git for Singular/ipshell.cc


Ignore:
Timestamp:
Dec 13, 2012, 10:36:04 AM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f51a5bd5a84a0bdc21e8b4b7357a3d1f43bae4e6
Parents:
a915285944d0864527f779e94d2e76ff98d09384
git-author:
Martin Lee <martinlee84@web.de>2012-12-13 10:36:04+01:00
git-committer:
Martin Lee <martinlee84@web.de>2012-12-13 11:35:10+01:00
Message:
fix: ring init of complex field
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    ra915285 r56f59b  
    51445144    assume( float_len <= float_len2 );
    51455145
    5146     if( !complex_flag && (float_len2 <= (short)SHORT_REAL_LENGTH) )
     5146    if (!complex_flag)
     5147      complex_flag= pn->next != NULL;
     5148    if( !complex_flag && (float_len2 <= (short)SHORT_REAL_LENGTH))
    51475149       cf=nInitChar(n_R, NULL);
    51485150    else // longR or longC?
Note: See TracChangeset for help on using the changeset viewer.