Changeset 327eae8 in git


Ignore:
Timestamp:
Apr 22, 2005, 4:18:29 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
c80ee30497ba1a01530708ad54b6a5dad8f414af
Parents:
690e8646551b6c99b392da8f4540b4bff569df97
Message:
*hannes: always set rowShift attr.


git-svn-id: file:///usr/local/Singular/svn/trunk@7868 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r690e864 r327eae8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.99 2005-04-18 13:01:19 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.100 2005-04-22 14:18:29 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    911911  res->data=(char *)syBetti(r,len,&reg,weights,(int)v->Data());
    912912  omFreeSize((ADDRESS)r,(len)*sizeof(ideal));
    913   if (add_row_shift!=0)
    914     atSet(res,omStrDup("rowShift"),(void*)add_row_shift,INT_CMD);
     913  atSet(res,omStrDup("rowShift"),(void*)add_row_shift,INT_CMD);
    915914  if (weights!=NULL) delete weights;
    916915  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.