Changeset c63c70 in git


Ignore:
Timestamp:
May 19, 2009, 10:29:16 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
37318db9d58815219068e7b261e06ede8d37c352
Parents:
23e760a41c68b188d4f2f8a3aefb7585edc00348
Message:
*hannes: set length for posInT


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

Legend:

Unmodified
Added
Removed
  • kernel/kutil.cc

    r23e760 rc63c70  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.139 2009-05-18 16:23:15 Singular Exp $ */
     4/* $Id: kutil.cc,v 1.140 2009-05-19 08:29:16 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    33503350int posInT2 (const TSet set,const int length,LObject &p)
    33513351{
     3352  p.GetpLength();
    33523353  if (length==-1)
    33533354    return 0;
     
    35873588int posInT_EcartpLength(const TSet set,const int length,LObject &p)
    35883589{
     3590  int ol = p.GetpLength();
    35893591  if (length==-1) return 0;
    35903592
    35913593  int op=p.ecart;
    3592   int ol = p.GetpLength();
    35933594
    35943595  int oo=set[length].ecart;
     
    38133814int posInT19 (const TSet set,const int length,LObject &p)
    38143815{
     3816  p.GetpLength();
    38153817  if (length==-1) return 0;
    38163818
Note: See TracChangeset for help on using the changeset viewer.