Changeset 8baa37 in git for libpolys/coeffs/bigintmat.h


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/bigintmat.h

    r7661e1 r8baa37  
    7171    inline number& operator[](int i)
    7272    {
    73 #ifndef NDEBUG
     73#ifndef SING_NDEBUG
    7474      if((i<0)||(i>=row*col))
    7575      {
     
    8383    inline const number& operator[](int i) const
    8484    {
    85 #ifndef NDEBUG
     85#ifndef SING_NDEBUG
    8686      if((i<0)||(i>=row*col))
    8787      {
     
    157157        n_Delete(&(v[i]), basecoeffs()); v[i] = n;
    158158      }
    159 #ifndef NDEBUG
     159#ifndef SING_NDEBUG
    160160      else
    161161      {
Note: See TracChangeset for help on using the changeset viewer.