Changeset ddbc22 in git for kernel/intvec.h


Ignore:
Timestamp:
Mar 16, 2011, 10:16:07 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b12a682a66f3db98763e57d2b2518e4e68ddf2db
Parents:
f993207fec134e360a3b5c19f33081173e937b41
Message:
intvec::view only for debugging

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

Legend:

Unmodified
Added
Removed
  • kernel/intvec.h

    rf99320 rddbc22  
    8686  inline void length(int l) { row = l; col = 1; }
    8787  void show(int mat=0,int spaces=0) const;
     88  #ifndef NDEBUG
    8889  void view() const;
     90  #endif
    8991
    9092  inline void makeVector() { row*=col;col=1; }
Note: See TracChangeset for help on using the changeset viewer.