Changeset fc5095 in git for kernel/intvec.h


Ignore:
Timestamp:
May 4, 2005, 4:13:17 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e94c760bc99c31edb114fb23f26bd5b946df947f
Parents:
d96679d03c58aeb42f44e71cab5910f752889f41
Message:
*hannes: frwalk/walk stuff


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

Legend:

Unmodified
Added
Removed
  • kernel/intvec.h

    rd96679d rfc5095  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: intvec.h,v 1.3 2004-07-19 16:46:36 Singular Exp $ */
     6/* $Id: intvec.h,v 1.4 2005-05-04 14:08:54 Singular Exp $ */
    77/*
    88* ABSTRACT: class intvec: lists/vectors of integers
     
    6161  inline void makeVector() { row*=col;col=1; }
    6262  char * String(int dim = 2);
    63   char * ivString(int mat=0,int spaces=0, int dim=2);
     63  char * ivString(int not_mat=1,int spaces=0, int dim=2);
    6464  inline ~intvec()
    6565    {
Note: See TracChangeset for help on using the changeset viewer.