Changeset ddbc22 in git for kernel/intvec.cc


Ignore:
Timestamp:
Mar 16, 2011, 10:16:07 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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.cc

    rf99320 rddbc22  
    127127}
    128128
     129#ifndef NDEBUG
     130// debug only
    129131void intvec::view () const
    130132{
     
    140142  PrintS ("}\n");
    141143}
     144#endif
    142145
    143146void intvec::show(int notmat,int spaces) const
Note: See TracChangeset for help on using the changeset viewer.