Changeset 34fcf8 in git


Ignore:
Timestamp:
Feb 12, 2009, 9:35:05 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
d7d5f6ec23c1062b8e3dbc3905eed0672ce62cbc
Parents:
87beab79ada79bca10d045490906c1eb82902d37
Message:
*hannes: test HAVE_GFAN


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.cc

    r87beab7 r34fcf8  
    11/*
    22Compute the Groebner fan of an ideal
    3 Author: $Author: monerjan $
    4 Date: $Date: 2009-02-11 14:57:55 $
    5 Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.10 2009-02-11 14:57:55 monerjan Exp $
    6 Id: $Id: gfan.cc,v 1.10 2009-02-11 14:57:55 monerjan Exp $
     3Author: $Author: Singular $
     4Date: $Date: 2009-02-12 08:35:05 $
     5Header: $Header: /exports/cvsroot-2/cvsroot/kernel/gfan.cc,v 1.11 2009-02-12 08:35:05 Singular Exp $
     6Id: $Id: gfan.cc,v 1.11 2009-02-12 08:35:05 Singular Exp $
    77*/
    88
    99#include "mod2.h"
     10
     11#ifdef HAVE_GFAN
     12
    1013#include "kstd1.h"
    1114#include "intvec.h"
     
    156159        return res;
    157160}
     161#endif
Note: See TracChangeset for help on using the changeset viewer.