Changeset 5e069f in git


Ignore:
Timestamp:
Feb 25, 2015, 12:47:34 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
af797868fc826da050aa2f31b071fcaada51ed74
Parents:
69cd391441f29da7fc34ef4078408760a69a290a
Message:
cleanup (warnings, building debug stuff,...)
Location:
libpolys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    r69cd39 r5e069f  
    33AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
    44
    5 noinst_LTLIBRARIES = libmisc.la  libintvec.la
     5noinst_LTLIBRARIES = libmisc.la
    66##### libmiscdir = $(libdir)/singular
    7 
    8 libmisc_la_LIBADD = libintvec.la
    97
    108## libmisc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    119
    12 libmisc_la_SOURCES   = int64vec.cc options.c sirandom.c
     10libmisc_la_SOURCES   = int64vec.cc options.c sirandom.c intvec.cc
    1311
    1412libmisc_la_includedir = $(includedir)/singular/misc
     
    1816nodist_libmisc_la_SOURCES   = auxiliary.h
    1917
    20 libintvec_la_SOURCES = intvec.cc
    21 
    22 
  • libpolys/polys/monomials/ring.cc

    r69cd39 r5e069f  
    33503350BOOLEAN rOrd_is_MixedDegree_Ordering(ring r)
    33513351{
    3352   int i, k;
     3352  int i;
    33533353  poly p=p_One(r);
    33543354  p_SetExp(p,1,1,r);p_Setm(p,r);
  • libpolys/polys/weight0.c

    r69cd39 r5e069f  
    301301{
    302302  int  n, s0, s1, s2, *xopt;
    303   double  one, fx, fopt, wx;
     303  double  fx, fopt, wx;
    304304
    305305  n = rvar;
     
    307307  fopt = *fk * (double)0.999999999999;
    308308  wx = wPrWeight(x, n);
    309   one = (double)1.0;
    310309  loop
    311310  {
     
    389388
    390389
     390#if 0 /*currently unused*/
    391391static void wSimple(int *x, int n)
    392392{
     
    463463    wGcd(x, n);
    464464}
    465 
     465#endif
    466466
    467467void wNorm(int *degw, int *lpol, int npol, double *rel)
Note: See TracChangeset for help on using the changeset viewer.