Changeset b24b318 in git


Ignore:
Timestamp:
Sep 10, 1997, 5:39:52 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
c62f38880e34e425670cadd1e4601a54843b9953
Parents:
38c07953d8e5aedaeece42171996b38c3bbd6344
Message:
	* int_cf.cc (InternalCF::sign): assertion added


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

Legend:

Unmodified
Added
Removed
  • factory/int_cf.cc

    r38c0795 rb24b318  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_cf.cc,v 1.4 1997-07-16 10:18:04 schmidt Exp $ */
     2/* $Id: int_cf.cc,v 1.5 1997-09-10 15:39:52 schmidt Exp $ */
    33
    44#include <config.h>
     
    6060}
    6161
     62//{{{ int InternalCF::sign () const
     63// docu: see CanonicalForm::sign()
    6264int
    63 InternalCF::sign() const
     65InternalCF::sign () const
    6466{
    65     return 1;
     67    ASSERT1( 0, "fatal error: not implemented for class %s", this->classname() );
     68    return 0;
    6669}
     70//}}}
    6771
    6872InternalCF*
Note: See TracChangeset for help on using the changeset viewer.