Changeset 179ba9 in git


Ignore:
Timestamp:
Jul 16, 1997, 12:18:04 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2403926a4478de7ee3e2cf5cc85ae9bc5fe3037a
Parents:
e1e8a9b90e675c1117219d9afe25472c898c0295
Message:
	* int_cf.cc (InternalCF::ilog2): new method


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

Legend:

Unmodified
Added
Removed
  • factory/int_cf.cc

    re1e8a9 r179ba9  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_cf.cc,v 1.3 1997-06-19 12:22:51 schmidt Exp $ */
     2/* $Id: int_cf.cc,v 1.4 1997-07-16 10:18:04 schmidt Exp $ */
    33
    44#include <config.h>
     
    9898    return 0;
    9999}
     100
     101//{{{ int InternalCF::ilog2()
     102// docu: see CanonicalForm::ilog2()
     103int
     104InternalCF::ilog2()
     105{
     106    ASSERT1( 0, "fatal error: not implemented for class %s", this->classname() );
     107    return 0;
     108}
     109//}}}
Note: See TracChangeset for help on using the changeset viewer.