Changeset ddbc22 in git
- Timestamp:
- Mar 16, 2011, 10:16:07 AM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b12a682a66f3db98763e57d2b2518e4e68ddf2db
- Parents:
- f993207fec134e360a3b5c19f33081173e937b41
- Location:
- kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/intvec.cc
rf99320 rddbc22 127 127 } 128 128 129 #ifndef NDEBUG 130 // debug only 129 131 void intvec::view () const 130 132 { … … 140 142 PrintS ("}\n"); 141 143 } 144 #endif 142 145 143 146 void intvec::show(int notmat,int spaces) const -
kernel/intvec.h
rf99320 rddbc22 86 86 inline void length(int l) { row = l; col = 1; } 87 87 void show(int mat=0,int spaces=0) const; 88 #ifndef NDEBUG 88 89 void view() const; 90 #endif 89 91 90 92 inline void makeVector() { row*=col;col=1; }
Note: See TracChangeset
for help on using the changeset viewer.