Changeset 3e55bc in git for libfac/factor/class.cc


Ignore:
Timestamp:
Jun 9, 1997, 5:56:14 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
db12c52f20de2574cfcb364effcf969b39384547
Parents:
6c02a5092325a53a0cda2cf6756a4ba1d9765c67
Message:
* hannes/michael: libfac 0.2.4


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/class.cc

    r6c02a5 r3e55bc  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // static char * rcsid = "@(#) $Id: class.cc,v 1.1.1.1 1997-05-02 17:00:46 Singular Exp $";
     4// static char * rcsid = "@(#) $Id: class.cc,v 1.2 1997-06-09 15:56:05 Singular Exp $";
    55////////////////////////////////////////////////////////////
    66
     
    3636void Substitution<T>::print ( ostream& s ) const
    3737{
    38 #ifndef NOSTREAMIO
    3938        s << "(" << factor() << ")^" << exp();
    40 #endif 
    4139}
    4240
Note: See TracChangeset for help on using the changeset viewer.