Changeset c5323e in git for factory/cf_eval.h


Ignore:
Timestamp:
Mar 26, 1997, 5:32:24 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f5f16d0c85133c4858c7e8a709212263f1f5870b
Parents:
c78b18b1fa50e52018c1f01004e35a9cda192bd7
Message:
stream-io wrapped by NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • factory/cf_eval.h

    rc78b18b rc5323e  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: cf_eval.h,v 1.0 1996-05-17 10:59:38 stobbe Exp $
     2// $Id: cf_eval.h,v 1.1 1997-03-26 16:32:24 schmidt Exp $
    33
    44#ifndef INCL_EVALUATION_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.0  1996/05/17 10:59:38  stobbe
     10Initial revision
     11
    912*/
    1013
     14#ifndef NOSTREAMIO
    1115#include <iostream.h>
     16#endif /* NOSTREAMIO */
     17
    1218#include "canonicalform.h"
    1319
     
    3137    CanonicalForm operator() ( const CanonicalForm & f, int i, int j ) const;
    3238    virtual void nextpoint();
     39#ifndef NOSTREAMIO
    3340    friend ostream& operator<< ( ostream& s, const Evaluation &e );
     41#endif /* NOSTREAMIO */
    3442};
    3543
Note: See TracChangeset for help on using the changeset viewer.