Changeset 2a33e6 in git


Ignore:
Timestamp:
Oct 4, 2010, 11:34:50 AM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
03ac3b21311266c39cf26cbbbb862ec708b1cd92
Parents:
9257fe4f6b84d0ceb446c0c736dc18646bb92432
Message:
small bug fix

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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/paraplanecurves.lib

    r9257fe r2a33e6  
    19741974
    19751975  list L = primefactors(m);
    1976   if ((L[3] != 1)||(L[3]!=-1))
    1977  { "WARNING: command 'primefactors(.)' did not find all prime factors"; }
     1976  if ((L[3] != 1) && (L[3] != -1))
     1977  { "WARNING: command 'primefactors(.)' did not find all prime factors"; }
    19781978  int i;
    19791979  for (i = 1; i <= size(L[2]); i++)
Note: See TracChangeset for help on using the changeset viewer.