Changeset f323dd1 in git for libpolys/polys


Ignore:
Timestamp:
Feb 29, 2012, 5:18:58 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8d8cd944663cf80b3fd163a42279526ce163a5fd
Parents:
d8b0f69f9828897dca663d5bb516369b1b0ac64a
Message:
chg: move feResource to findexec lib
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/mod_raw.cc

    rd8b0f69 rf323dd1  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id$ */
    54/*
    65 * ABSTRACT: machine depend code for dynamic modules
     
    2524#include <reporter/reporter.h>
    2625
    27 #include <resources/feResource.h>
     26#include <findexec/feResource.h>
    2827#include <resources/feFopen.h>
    2928
     
    9291  }
    9392
    94    
     93
    9594  if( (strncmp(buf, "\02\020\01\016\05\022@", 7)==0))
    9695  {
  • libpolys/polys/monomials/p_polys.h

    rd8b0f69 rf323dd1  
    88 *  Author:  obachman (Olaf Bachmann)
    99 *  Created: 9/00
    10  *  Version: $Id$
    1110 *******************************************************************/
    1211/***************************************************************
     
    1413 *  Author:  obachman (Olaf Bachmann)
    1514 *  Created: 8/00
    16  *  Version: $Id$
    1715 *******************************************************************/
    1816#ifndef P_POLYS_H
     
    6563
    6664
    67 // 
     65//
    6866// deletes old coeff before setting the new one???
    6967#define pSetCoeff0(p,n)     (p)->coef=(n)
     
    228226
    229227void      p_Content(poly p, const ring r);
    230 #if 1 
     228#if 1
    231229// currently only used by Singular/janet
    232230void      p_SimpleContent(poly p, int s, const ring r);
     
    707705static inline void p_LmFree(poly *p, ring r)
    708706#else
    709 static inline void p_LmFree(poly *p, ring) 
     707static inline void p_LmFree(poly *p, ring)
    710708#endif
    711709{
     
    10581056{
    10591057  assume( (p != q) || (p == NULL && q == NULL) );
    1060  
     1058
    10611059  if (p == NULL)
    10621060  {
Note: See TracChangeset for help on using the changeset viewer.