Changeset a9d523 in git for factory


Ignore:
Timestamp:
Dec 17, 1997, 12:42:41 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
0dcb70bd7f690c984848bc2019c747e8da038b6f
Parents:
07dec4059530fd22c322c2cca4a7b522305a6436
Message:
	* int_pp.cc (comparecoeff): assertion fix


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

Legend:

Unmodified
Added
Removed
  • factory/int_pp.cc

    r07dec4 ra9d523  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_pp.cc,v 1.7 1997-12-12 09:21:16 schmidt Exp $ */
     2/* $Id: int_pp.cc,v 1.8 1997-12-17 11:42:41 schmidt Exp $ */
    33
    44#include <config.h>
     
    320320InternalPrimePower::comparecoeff ( InternalCF * )
    321321{
    322     ASSERT1( 0, "not implemented for class %s", this->classname() );
     322    ASSERT1( 0, "comparecoeff() not implemented for class %s", this->classname() );
    323323    return 0;
    324324}
Note: See TracChangeset for help on using the changeset viewer.