Changeset 4b81d75 in git for kernel/gfan.cc


Ignore:
Timestamp:
Feb 19, 2009, 4:39:08 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
9b4893753f061124557a6f764b1588a09516031e
Parents:
eab144e3329d02244a62975d1bb6e77d4754f131
Message:
hannes: HAVE_GFAN fixed


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    reab144e r4b81d75  
    11/*
    22Compute the Groebner fan of an ideal
    3 Author: $Author: monerjan $
    4 Date: $Date: 2009-02-16 16:16:21 $
    5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.13 2009-02-16 16:16:21 monerjan Exp $
    6 Id: $Id: gfan.cc,v 1.13 2009-02-16 16:16:21 monerjan Exp $
     3Author: $Author: Singular $
     4Date: $Date: 2009-02-19 15:39:08 $
     5Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.14 2009-02-19 15:39:08 Singular Exp $
     6Id: $Id: gfan.cc,v 1.14 2009-02-19 15:39:08 Singular Exp $
    77*/
    88
    99#include "mod2.h"
    10 
    11 //A hack that hopefully will make compiler happy. Workaround only
    12 //do the same in extra.cc and remove it befor committing!
    13 #ifndef HAVE_GFAN
    14 #define HAVE_GFAN
    15 #endif
    1610
    1711#ifdef HAVE_GFAN
Note: See TracChangeset for help on using the changeset viewer.