Changeset 5ec4a8 in git


Ignore:
Timestamp:
Jan 15, 2009, 6:22:22 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
a0350e9a597a2d719cdc7e27752cc38d0a6147b8
Parents:
3b1cb122a5d0639085b7901936bc053a9000be5d
Message:
*hannes: set module weights for kbase - fix


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r3b1cb12 r5ec4a8  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.490 2009-01-15 17:18:30 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.491 2009-01-15 17:22:02 Singular Exp $ */
    55
    66/*
     
    23402340  if (w_u!=NULL)
    23412341  {
    2342     atSet(res,omStrDup("isHomog"),w_u,INTVEC_CMD);
     2342    atSet(res,omStrDup("isHomog"),ivCopy(w_u),INTVEC_CMD);
    23432343  }
    23442344  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.