Changeset 788529d in git for kernel


Ignore:
Timestamp:
Apr 21, 2005, 7:15:49 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
571fd10a7ece4806fc608f75612b18cdd3879808
Parents:
6da9757a9ddb8e1b1cfef46b28b9d316d6c9bc75
Message:
8ahnnes: init


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

Legend:

Unmodified
Added
Removed
  • kernel/polys.cc

    r6da9757 r788529d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys.cc,v 1.5 2005-04-20 17:25:52 Singular Exp $ */
     4/* $Id: polys.cc,v 1.6 2005-04-21 17:15:49 Singular Exp $ */
    55
    66/*
     
    754754static poly pSubst1 (poly p,int n)
    755755{
    756   poly qq,result = NULL;
    757   poly zero, non_zero;
     756  poly qq=NULL, result = NULL;
     757  poly zero=NULL, non_zero=NULL;
    758758
    759759  // reverse, so that add is likely to be linear
Note: See TracChangeset for help on using the changeset viewer.