Changeset 4385f6 in git


Ignore:
Timestamp:
Jun 21, 2007, 12:31:00 AM (17 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1090300c04887cf28b79dd1e56d7a6fcb7e9fca9
Parents:
2301b774f75710335fd07e81ad4de9a8128e462e
Message:
*levandov: minor fix


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/control.lib

    r2301b7 r4385f6  
    1 version="$Id: control.lib,v 1.37 2007-01-23 15:03:29 Singular Exp $";
     1version="$Id: control.lib,v 1.38 2007-06-20 22:31:00 levandov Exp $";
    22category="System and Control Theory";
    33info="
     
    841841  for (i=1; i<=s1; i++)
    842842  {
    843     if (normalize(Den[i]) !=1)
     843    Den[i] = normalize(Den[i]);
     844    if ( Den[i] !=1)
    844845    {
    845846      F= F, factorize(Den[i],1);
Note: See TracChangeset for help on using the changeset viewer.