Changeset b79ed5 in git


Ignore:
Timestamp:
Oct 22, 2012, 11:40:59 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
a35572368be51d820a1f6caf655d85506e77ec52
Parents:
8e460179ebfc036b4498559193f4488284d0f01e
Message:
removed genCoeff: unused
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    r8e4601 rb79ed5  
    17921792//}}}
    17931793
    1794 //{{{ genCoeff(), genOne(), genZero()
    1795 CanonicalForm
    1796 CanonicalForm::genCoeff( int type, int i )
    1797 {
    1798     return CanonicalForm( CFFactory::basic( type, (long)i ) );
    1799 }
    1800 
     1794//{{{ genOne(), genZero()
    18011795CanonicalForm
    18021796CanonicalForm::genZero() const
  • factory/canonicalform.h

    r8e4601 rb79ed5  
    173173
    174174    // obsolete methods
    175     static CanonicalForm genCoeff( int what, int i = 0 );
    176175    CanonicalForm genZero() const;
    177176    CanonicalForm genOne() const;
Note: See TracChangeset for help on using the changeset viewer.