Changeset 4d282a in git for factory/factory.template


Ignore:
Timestamp:
Mar 27, 1997, 10:58:45 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
bb20e7edbffa2f1d650dda4e9ec39a14b9a67c77
Parents:
83452f672f51e8f1610d8f803fd147fd3c2cd574
Message:
stream-io wrapped by NOSTREAMIO
cf_globals.h included because of version string


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

Legend:

Unmodified
Added
Removed
  • factory/factory.template

    r83452f r4d282a  
    11// emacs edit mode for this file is -*- C++ -*-
    2 /* $Id: factory.template,v 1.1 1996-12-18 14:53:45 schmidt Exp $ */
     2/* $Id: factory.template,v 1.2 1997-03-27 09:58:45 schmidt Exp $ */
    33
    44#ifndef INCL_FACTORY_H
    55#define INCL_FACTORY_H
    66
     7#ifndef NOSTREAMIO
    78#include <iostream.h>
     9#endif /* NOSTREAMIO */
    810
    911#include <templates/array.h>
     
    2426.INCLUDE cf_generator.h
    2527
     28.INCLUDE cf_globals.h
     29
    2630.INCLUDE cf_random.h
    27 
    28 .INCLUDE cf_irred.h
    2931
    3032.INCLUDE cf_eval.h
     
    3840.INCLUDE fac_util.h
    3941
     42.INCLUDE cf_irred.h
     43
    4044.INCLUDE cf_primes.h
    4145
Note: See TracChangeset for help on using the changeset viewer.