Changeset 0c4a34b in git


Ignore:
Timestamp:
Jun 6, 2005, 6:31:45 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e6f922f404f09a640cb8e2f382b2e42f1ef1facf
Parents:
19faff6379f86b96fd148d91bb4c355bf709355c
Message:
*hannes: HAVE_BIFAC


git-svn-id: file:///usr/local/Singular/svn/trunk@8338 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • factory/abs_fac.cc

    r19faff6 r0c4a34b  
    11
     2#include "factory.h"
    23#ifdef HAVE_BIFAC
    3 #include "factory.h"
    44#ifndef NOSTREAMIO
    55#include<fstream>
  • factory/bifac.cc

    r19faff6 r0c4a34b  
     1#include "factory.h"
    12#ifdef HAVE_BIFAC
    2 #include "bifac.h"
     3#include "lgs.h"
     4#include "bifacConfig.h"
    35
    46#define BIFAC_BASIS_OF_G_CHECK  1
     
    267269      ff = f*(deriv(g,y)-deriv(h,x)) +h*deriv(f,x) -g*deriv(f,y);
    268270      if( !ff.isZero()) { 
     271      #ifndef NOSTREAMIO
    269272        AUSGABE_ERR("* Falsche Polynome!");
    270273        exit (1);
     274      #else
     275        printf("wrong polys\n");
     276        break;
     277      #endif
    271278      }
    272279    }
     
    12661273  }
    12671274
    1268   clock(); // Start measuring of time
    1269 
    12701275        Variable W('W');
    12711276        CanonicalForm l;
  • factory/bifac.h

    r19faff6 r0c4a34b  
    1111#define bifac__H
    1212
    13 #ifdef HAVE_BIFAC
    1413
    1514#include <time.h>
    16 #include <factory.h>
     15#include <factoryconf.h>
     16#ifdef HAVE_BIFAC
    1717
    1818#include "lgs.h"
  • factory/lgs.cc

    r19faff6 r0c4a34b  
    22    Dateiname:          lgs.cc
    33   =================================================================== */
    4 #ifdef HAVE_BIFAC
    54
    65#include "lgs.h"
    76#include "bifacConfig.h"
    87
     8#ifdef HAVE_BIFAC
    99
    1010//--<>---------------------------------
  • factory/lgs.h

    r19faff6 r0c4a34b  
    1010
    1111 
    12 #ifdef HAVE_BIFAC
    1312
    1413#include "factory.h"
     14#ifdef HAVE_BIFAC
    1515
    1616 
Note: See TracChangeset for help on using the changeset viewer.