Changeset 0f11153 in git for factory


Ignore:
Timestamp:
Dec 17, 1997, 9:57:49 AM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
5c1f1a75bb041ad8612073f2e2e5af826d668185
Parents:
e4036c3756afdc29244aba24feb314e91ec3a794
Message:
	* canonicalform.h (class CanonicalForm): inline method hasGcd()
	  removed.

	* canonicalform.cc (CanonicalForm::gcd): method removed.
	  Declaration adapted.


git-svn-id: file:///usr/local/Singular/svn/trunk@983 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    re4036c3 r0f11153  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.18 1997-10-10 10:39:52 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.19 1997-12-17 08:57:49 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    118118    CanonicalForm sqrt() const;
    119119    int ilog2() const;
    120     bool hasGcd() const { return false; }
    121     CanonicalForm gcd( const CanonicalForm & f ) const;
    122120
    123121    // comparison operators
Note: See TracChangeset for help on using the changeset viewer.