Changeset 9ba310 in git for Singular


Ignore:
Timestamp:
Mar 6, 2020, 2:34:39 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
685700007296bcb12ecd15cd6f76760dc598af41
Parents:
1e572f7d8d21c42c9a8f106693eaa75f058a8927
Message:
typo in comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r1e572f7 r9ba310  
    19311931  ideal m = idLift(vi,ui,&R, FALSE,hasFlag(v,FLAG_STD),TRUE,&U);
    19321932  if (m==NULL) return TRUE;
    1933   // now make sure that all matrices have the corect size:
     1933  // now make sure that all matrices have the correct size:
    19341934  matrix T = id_Module2formatedMatrix(m,vl,ul,currRing);
    19351935  int i;
Note: See TracChangeset for help on using the changeset viewer.