Changeset d0207e9 in git for kernel/polys1.cc


Ignore:
Timestamp:
Feb 26, 2009, 3:23:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
4751d7a7e4db5fb6ec994a889d43d7f78013fbfa
Parents:
b8cf6c7396a74cf9f5eaabb53c4e78e2f9675873
Message:
*hannes: pCleardenom may change p


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

Legend:

Unmodified
Added
Removed
  • kernel/polys1.cc

    rb8cf6c rd0207e9  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: polys1.cc,v 1.34 2009-02-26 11:24:15 Singular Exp $ */
     4/* $Id: polys1.cc,v 1.35 2009-02-26 14:23:07 Singular Exp $ */
    55
    66/*
     
    942942#endif
    943943
    944 void pCleardenom(poly ph)
    945 {
     944poly pCleardenom(poly ph)
     945{
     946  poly start=ph;
    946947  number d, h;
    947948  poly p;
     
    951952  {
    952953    pContent(ph);
    953     return;
     954    return start;
    954955  }
    955956#endif
     
    10581059    {
    10591060      pContentRat(ph);
     1061      start=ph;
    10601062    }
    10611063#endif
    10621064  }
     1065  return start;
    10631066}
    10641067
Note: See TracChangeset for help on using the changeset viewer.