Changeset 005d00a in git for kernel/gfan.h


Ignore:
Timestamp:
Nov 16, 2009, 6:37:59 PM (14 years ago)
Author:
Martin Monerjan
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
4fec744c03dbef2c7391aa71f10513ee2d3d96ab
Parents:
e7bc2f336cc15e7490e435edaaca6c95b8c97e58
Message:
have return type LIST_CMD


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

Legend:

Unmodified
Added
Removed
  • kernel/gfan.h

    re7bc2f r005d00a  
    88*/
    99#ifdef HAVE_GFAN
     10
     11#ifndef GFAN_H
     12#define GFAN_H
     13
    1014#include "intvec.h"
    1115
     
    1822extern int gfanHeuristic;
    1923//ideal getGB(ideal inputIdeal);
    20 ideal gfan(ideal inputIdeal, int heuristic);
     24// ideal gfan(ideal inputIdeal, int heuristic);
     25lists gfan(ideal inputIdeal, int heuristic);
    2126//int dotProduct(intvec a, intvec b);
    2227//bool isParallel(intvec a, intvec b);
     
    99104                 */
    100105                void fDebugPrint();
     106               
    101107                friend class gcone;             
    102108};
     
    182188                void writeConeToFile(gcone const &gc, bool usingIntPoints=FALSE);
    183189                void readConeFromFile(int gcNum, gcone *gc);
     190                void lprepareResult(lists l, gcone &gc);
    184191//              static void gcone::idPrint(ideal &I);
     192                intvec f2M(gcone *gc, facet *f);
    185193                friend class facet;     
    186194};
    187195
    188196#endif
     197#endif
Note: See TracChangeset for help on using the changeset viewer.