Changeset 173e86 in git for factory/fac_util.cc


Ignore:
Timestamp:
Apr 8, 1997, 12:38:05 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
163cb19b17b054678d83e9b1177d8f0fdfeec7a8
Parents:
d754b755dbf078bffb02659adfeb40a5391bc187
Message:
#include <config.h> added


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

Legend:

Unmodified
Added
Removed
  • factory/fac_util.cc

    rd754b7 r173e86  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fac_util.cc,v 1.4 1997-03-27 09:56:58 schmidt Exp $
     2// $Id: fac_util.cc,v 1.5 1997-04-08 10:37:42 schmidt Exp $
    33
    44/*
    55$Log: not supported by cvs2svn $
     6Revision 1.4  1997/03/27 09:56:58  schmidt
     7error check changed to ASSERT
     8
    69Revision 1.3  1996/07/16 12:26:05  stobbe
    710"New functions prod, crossprod ans sum for CFArrays, since these functions
     
    2326*/
    2427
     28#include <config.h>
     29
    2530#include "assert.h"
    2631
    2732#include "cf_defs.h"
    28 
    2933#include "canonicalform.h"
    3034#include "cf_iter.h"
Note: See TracChangeset for help on using the changeset viewer.