Changeset 4deddb in git


Ignore:
Timestamp:
Jul 8, 1999, 9:50:51 AM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
da408fe6b31ced4ed0febcceb258e7a27064215a
Parents:
dc3a4414fab5e0d0f119cc56c8a194f862e474f6
Message:
*hannes: added missing ()


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

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    rdc3a44 r4deddb  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: canonicalform.cc,v 1.27 1998-06-29 14:37:16 schmidt Exp $ */
     2/* $Id: canonicalform.cc,v 1.28 1999-07-08 07:50:51 Singular Exp $ */
    33
    44#include <config.h>
     
    14111411            // we do not go for maximal speed for these stupid
    14121412            // special cases
    1413             return CanonicalForm( f.isZero() && g.isZero ? 0 : 1 );
     1413            return CanonicalForm( f.isZero() && g.isZero() ? 0 : 1 );
    14141414    }
    14151415    else if ( what )
Note: See TracChangeset for help on using the changeset viewer.