Changeset 1caa72 in git for Singular/kstdfac.cc


Ignore:
Timestamp:
Apr 6, 1998, 7:59:38 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9f9c432f0eded9cd7cfa4c8b1d6655d42f8fb900
Parents:
d336d53da70515a0ed2ed294fdce5f4768ee4d95
Message:
1998-04-06  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* spSpolyLoop.h: neww calling interface for spGetSpolyLoop

	* kstd1.cc (kNF): moved strat->ak field initailization out of
	initBuchMora into single routines

	* febase.cc (feGetSearchPath): added feGetSearchPath; changed
	algorithm for searching files: $SINGULARPATH -> relative to
	executable -> burnt-in locations
	* added find_exec.c to get absolute pathname of executable


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

Legend:

Unmodified
Added
Removed
  • Singular/kstdfac.cc

    rd336d53 r1caa72  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstdfac.cc,v 1.13 1998-03-23 14:07:54 obachman Exp $ */
     4/* $Id: kstdfac.cc,v 1.14 1998-04-06 17:59:31 obachman Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: factorizing alg. of Buchberger
     
    726726  else                 strat->LazyPass=20;
    727727  strat->LazyDegree = 1;
     728  strat->ak = idRankFreeModule(F);
    728729  if ((h==testHomog))
    729730  {
    730     strat->ak = idRankFreeModule(F);
    731731    if (strat->ak==0)
    732732    {
Note: See TracChangeset for help on using the changeset viewer.