Changeset d74b89 in git


Ignore:
Timestamp:
Mar 24, 2010, 5:21:28 PM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
8d38c87696c391242416d301f1f773cb98e0dee7
Parents:
096c99353cb1003a6b35629d0482bdc72eda6e31
Message:
sleftv simplified

git-svn-id: file:///usr/local/Singular/svn/trunk@12668 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r096c99 rd74b89  
    857857        }
    858858        v->req_packhdl=IDPACKAGE(packhdl);
    859         v->packhdl=IDPACKAGE(packhdl);
    860859        syMake(v, v->name, packhdl);
    861860        memcpy(res, v, sizeof(sleftv));
  • Singular/subexpr.cc

    r096c99 rd74b89  
    12561256#endif
    12571257  v->Init();
    1258   v->packhdl = NULL;
    12591258  if(packhdl != NULL)
    12601259  {
  • Singular/subexpr.h

    r096c99 rd74b89  
    5555                  */
    5656    Subexpr e;    /* holds the indices for indexed values */
    57     package     packhdl;
    5857    package     req_packhdl;
    5958    inline void Init() { memset(this,0,sizeof(*this)); }
Note: See TracChangeset for help on using the changeset viewer.