Changeset fea915 in git


Ignore:
Timestamp:
Jun 28, 2005, 4:41:37 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
8cfae9e49d7d3f953224e84978f38bdc5d131bbd
Parents:
77f48383612238705c6d4aced9da57ed67fbb727
Message:
*hannes: bifac stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r77f483 rfea915  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.226 2005-06-13 16:26:03 Singular Exp $ */
     4/* $Id: extra.cc,v 1.227 2005-06-28 14:41:37 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    25792579      B.bifac(F, 1);
    25802580      CFFList L=B.getFactors();
    2581       PrintS("factors:\n");
    2582       cout << L <<"\n";
    25832581      // construct the ring ==============================================
    25842582      int i;
     
    26252623      for ( ; J.hasItem(); J++,i++ )
    26262624      {
    2627         fac_id->m[i]=convClapAPSingAP_R( J.getItem().factor(),pVariables,0 );
     2625        fac_id->m[i]=convClapAPSingAP( J.getItem().factor() );
    26282626        (*v)[i]=J.getItem().exp();
    26292627      }
Note: See TracChangeset for help on using the changeset viewer.