- Timestamp:
- Dec 17, 1997, 12:42:41 PM (26 years ago)
- Branches:
- (u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
- Children:
- 0dcb70bd7f690c984848bc2019c747e8da038b6f
- Parents:
- 07dec4059530fd22c322c2cca4a7b522305a6436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/int_pp.cc
r07dec4 ra9d523 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: int_pp.cc,v 1. 7 1997-12-12 09:21:16schmidt Exp $ */2 /* $Id: int_pp.cc,v 1.8 1997-12-17 11:42:41 schmidt Exp $ */ 3 3 4 4 #include <config.h> … … 320 320 InternalPrimePower::comparecoeff ( InternalCF * ) 321 321 { 322 ASSERT1( 0, " not implemented for class %s", this->classname() );322 ASSERT1( 0, "comparecoeff() not implemented for class %s", this->classname() ); 323 323 return 0; 324 324 }
Note: See TracChangeset
for help on using the changeset viewer.