Changeset ff4c61b in git


Ignore:
Timestamp:
May 8, 2006, 4:43:02 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
437f9715d7ae5a0c5ed7d15fb4b4b87979af5e05
Parents:
4f0a5a7540e7e15b498f2c22ed22d461c02444f6
Message:
*hannes: fixed bug_41


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r4f0a5a7 rff4c61b  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.391 2006-05-08 13:28:10 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.392 2006-05-08 14:43:02 Singular Exp $ */
    55
    66/*
     
    26192619  if (w!=NULL)
    26202620  {
    2621      if (!idHomModule(u_id,currQuotient,&w))
    2622      {
    2623        WarnS("wrong weights");
    2624        w=NULL;
    2625      }
    2626      else
     2621     //if (!idHomModule(u_id,currQuotient,&w))
     2622     //{
     2623     //  WarnS("wrong weights");
     2624     //  w=NULL;
     2625     //}
     2626     //else
    26272627     {
    26282628       w=ivCopy(w);
     
    34253425  if ((res->data!=NULL) && (v->rtyp==IDHDL))
    34263426  {
    3427     atSet((idhdl)v->data,omStrDup("isHomog"),w,INTVEC_CMD);
     3427    atSet((idhdl)(v->LData()),omStrDup("isHomog"),w,INTVEC_CMD);
    34283428  }
    34293429  else if (w!=NULL) delete w;
Note: See TracChangeset for help on using the changeset viewer.