Changeset 8baa37 in git for Singular/Minor.cc


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
  • Singular/Minor.cc

    r7661e1 r8baa37  
    115115}
    116116
    117 void MinorKey::print() const
    118 {
    119   PrintS(this->toString().c_str());
    120 }
     117//void MinorKey::print() const
     118//{
     119//  PrintS(this->toString().c_str());
     120//}
    121121
    122122int MinorKey::getAbsoluteRowIndex(const int i) const
     
    310310}
    311311
     312#ifndef SING_NDEBUG
    312313int MinorKey::getSetBits(const int a) const
    313314{
     
    343344  return b;
    344345}
     346#endif
    345347
    346348MinorKey MinorKey::getSubMinorKey (const int absoluteEraseRowIndex,
     
    799801
    800802string MinorKey::toString() const
    801 {
     803{ return ""; }
     804/*
    802805  string t;
    803806  string s = "(";
     
    833836  return s;
    834837}
     838*/
    835839
    836840int MinorValue::g_rankingStrategy = -1;
Note: See TracChangeset for help on using the changeset viewer.