Changeset de99f11 in git for Tst/Short/general_s.tst


Ignore:
Timestamp:
Dec 14, 2000, 6:00:07 PM (23 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e6ad6a7fd5b9f92e598bc1761a529d6d8f0bf64d
Parents:
48aa4276cf97011ac89467d16c1dad20afda643e
Message:
* modifications


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

Legend:

Unmodified
Added
Removed
  • Tst/Short/general_s.tst

    r48aa42 rde99f11  
    2121poly f=x^30+y^30;
    2222def l = watchdog(1,"factorize(eval("+string(f)+"))");
    23 
     23int ok = 0;
    2424if (typeof(l) == "string")
    2525{
    2626  if (l == "Killed")
    2727  {
    28     1;
     28    ok = 1;
    2929  }
    3030}
     
    3232{
    3333  poly pp = x16+x14y2-x10y6-x8y8-x6y10+x2y14+y16;
    34   if (typeof(l) == list)
     34  if (typeof(l) == "list")
    3535  {
    36     if (l[1][5] == p)   
     36    if (l[1][5] == pp)   
    3737    {
    38         1;
     38     ok = 1;
    3939    }
    4040  }
    4141}
     42ok;
    4243watchdog(100,"factorize(eval("+string(f)+"))");
    4344
Note: See TracChangeset for help on using the changeset viewer.