Changeset a675fc in git


Ignore:
Timestamp:
Sep 12, 2005, 6:04:17 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1ea9a78f74857c44c71f4e96a1933663f76700e8
Parents:
26f92837efc1ad04c4c0b9a2be093e843a281a61
Message:
*bricken: strange code for STREAMIO fixed


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r26f928 ra675fc  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.28 2005-07-26 17:06:54 Singular Exp $
     5// $Id: claptmpl.cc,v 1.29 2005-09-12 16:04:17 bricken Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    8686#ifndef NOSTREAMIO
    8787    //friend ostream & operator <<<>(ostream &, Substitution<T> &);
    88     void Substitution<T>::print ( ostream& s ) const
     88    void print ( ostream& s ) const
    8989    {
    9090      s << "("  << factor() << ")^" << exp();
Note: See TracChangeset for help on using the changeset viewer.