Changeset 6329a8 in git


Ignore:
Timestamp:
Jan 9, 2018, 2:25:05 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
Children:
1427f6203c2ade69794272488de99d16b6f9856c
Parents:
d0b0bf94f54bf3adc42ec7d088af1e202c4fd9a5
Message:
fix: solve for ring with complex coeffs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/triang.lib

    rd0b0bf r6329a8  
    820820        ERROR("The input is no groebner basis.");
    821821    }
    822     if(npars(basering)<>0)
     822    if((charstr(r)[1]!="c") && (npars(basering)<>0))
    823823    {
    824824        ERROR("basering has parameters");
Note: See TracChangeset for help on using the changeset viewer.