Changeset 0c4a34b in git for factory/bifac.cc


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


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

Legend:

Unmodified
Added
Removed
  • 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;
Note: See TracChangeset for help on using the changeset viewer.