Changeset a1047bd in git


Ignore:
Timestamp:
Oct 8, 2004, 5:37:59 PM (20 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
6d63d2dfaafd1c62be88384f9ee3cdd1d7d07637
Parents:
a3cd91fd11454f8fe04127b6a39cdbe276c051a3
Message:
*bricken: making extended product criterium functions inline


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

Legend:

Unmodified
Added
Removed
  • Singular/tgb.cc

    ra3cd91 ra1047bd  
    40254025  return NULL;
    40264026}
    4027 static BOOLEAN pHasNotCFExtended(poly p1, poly p2, poly m)
     4027static inline BOOLEAN pHasNotCFExtended(poly p1, poly p2, poly m)
    40284028{
    40294029
     
    40414041
    40424042//for impl reasons may return false if the the normal product criterion matches
    4043 static BOOLEAN extended_product_criterion(poly p1, poly gcd1, poly p2, poly gcd2, calc_dat* c){
     4043static inline BOOLEAN extended_product_criterion(poly p1, poly gcd1, poly p2, poly gcd2, calc_dat* c){
    40444044  if(gcd1==NULL) return FALSE;
    40454045        if(gcd2==NULL) return FALSE;
Note: See TracChangeset for help on using the changeset viewer.