Changeset 707888 in git


Ignore:
Timestamp:
Sep 9, 1997, 10:40:54 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
de12f8a7cc8001c77e0e08efe38b6febf34b82af
Parents:
8519cfb3e87883a17bafa6e2c182653c94e2a2f3
Message:
	* canonicalform.h (replacevar): new declaration


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.h

    r8519cfb r707888  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.h,v 1.15 1997-09-04 15:31:22 schmidt Exp $ */
     2/* $Id: canonicalform.h,v 1.16 1997-09-09 08:40:54 schmidt Exp $ */
    33
    44#ifndef INCL_CANONICALFORM_H
     
    202202mapinto ( const CanonicalForm & f ) { return f.mapinto(); }
    203203
    204 CanonicalForm swapvar ( const CanonicalForm&, const Variable&, const Variable& );
     204CanonicalForm swapvar ( const CanonicalForm &, const Variable &, const Variable & );
     205
     206CanonicalForm replacevar ( const CanonicalForm &, const Variable &, const Variable & );
    205207
    206208CanonicalForm gcd ( const CanonicalForm&, const CanonicalForm& );
Note: See TracChangeset for help on using the changeset viewer.