Changeset eace2a in git for Singular/iparith.cc


Ignore:
Timestamp:
Dec 21, 2023, 11:21:04 AM (5 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
f17fdfaee3919c92810e337bf022084eb688c857
Parents:
3bda0f8e48dbfc2445bc024874a93dab2ade12fd
Message:
prune_map
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r3bda0f reace2a  
    30633063static BOOLEAN jjPRUNE_MAP(leftv res, leftv v, leftv ma)
    30643064{
    3065   if ((ma->rtyp!=IDHDL)||(ma->e!=NULL))
    3066   {
    3067     WerrorS("2nd argument must have a name");
     3065  if (ma->Typ()!=SMATRIX_CMD)
     3066  {
     3067    WerrorS("expected prune_map(`module`,`smatrix`)`");
    30683068    return TRUE;
    30693069  }
Note: See TracChangeset for help on using the changeset viewer.