Changeset a1b546 in git


Ignore:
Timestamp:
Feb 7, 2000, 2:51:34 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
9ad738c890701fa633f6a0617788273763549f22
Parents:
fa05acf1c6cf85e1e0de2ea71702792a32cca8b9
Message:
*hannes: preperation for GF


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    rfa05ac ra1b546  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.cc,v 1.28 1999-07-08 07:50:51 Singular Exp $ */
     2/* $Id: canonicalform.cc,v 1.29 2000-02-07 13:51:34 Singular Exp $ */
    33
    44#include <config.h>
     
    16331633    else  if ( n == 0 )
    16341634        return 1;
     1635    //else if (f.inGF())
     1636    //{
     1637    //}
    16351638    else {
    16361639        CanonicalForm result = f;
Note: See TracChangeset for help on using the changeset viewer.