Changeset 40b31de in git for Singular/extra.cc


Ignore:
Timestamp:
Feb 21, 2009, 4:25:43 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
28734edefa255520d20d13c4c0f3ba4f92590a2a
Parents:
9e9dbcc8d214c3ffadd3d652094fe70a53aa1302
Message:
*levandov: rational Groebner bases updated


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r9e9dbc r40b31de  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.294 2009-02-12 16:22:17 motsak Exp $ */
     4/* $Id: extra.cc,v 1.295 2009-02-21 15:25:43 levandov Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    26502650        {
    26512651          id = IDELEMS(I);
    2652           int *pl=(int*)omAlloc0(IDELEMS(I)*sizeof(int));
     2652                 int *pl=(int*)omAlloc0(IDELEMS(I)*sizeof(int));
    26532653          for(k=0; k < id; k++)
    26542654          {
Note: See TracChangeset for help on using the changeset viewer.