Changeset a513a7c in git


Ignore:
Timestamp:
Jan 8, 2014, 11:18:57 AM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
18c4eb54cb30e33ff6748951479c04b14c359558
Parents:
f1b9ef6df309b52fb845716a27f07a3e7e39f2bb
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-08 11:18:57+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-01-08 11:39:52+01:00
Message:
chg: removed some unused funktions from Minor.*
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Minor.cc

    rf1b9ef6 ra513a7c  
    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;
  • Singular/Minor.h

    rf1b9ef6 ra513a7c  
    119119     void reset();
    120120
     121     #ifndef SING_NDEBUG
    121122     /**
    122123     * A method for counting the number of set bits.
     
    128129     */
    129130     int getSetBits (const int a) const;
     131     #endif
    130132
    131133     /**
     
    394396     * string
    395397     */
    396    std::string toString () const;
     398     std::string toString () const;
    397399
    398400     /**
     
    400402     * std::cout.
    401403     */
    402      void print () const;
     404     //void print () const;
    403405};
    404406
Note: See TracChangeset for help on using the changeset viewer.