Changeset a347e8 in git for factory/fac_iterfor.cc


Ignore:
Timestamp:
Mar 27, 1997, 10:43:47 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
043814c307adc58ae0e7174dc880bfb222e8e6dd
Parents:
0b61044ab7b6ba368d8ce7461a034888330d7ad2
Message:
stream-io wrapped by NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • factory/fac_iterfor.cc

    r0b61044 ra347e8  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_iterfor.cc,v 1.1 1996-07-08 08:18:49 stobbe Exp $
     2// $Id: fac_iterfor.cc,v 1.2 1997-03-27 09:43:07 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.1  1996/07/08 08:18:49  stobbe
     7"IteratedFor now handles the cases in which the mainvariable is not of
     8level 1.
     9"
     10
    611Revision 1.0  1996/05/17 10:59:45  stobbe
    712Initial revision
     
    1015
    1116#include "assert.h"
     17
    1218#include "cf_defs.h"
     19
    1320#include "fac_iterfor.h"
    1421
     
    101108}
    102109
     110#ifndef NOSTREAMIO
    103111ostream& operator<< ( ostream& os, const IteratedFor & I )
    104112{
     
    109117    return os;
    110118}
     119#endif /* NOSTREAMIO */
Note: See TracChangeset for help on using the changeset viewer.