Changeset c38648 in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
Jun 12, 2015, 5:31:20 PM (8 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
2bca952368d49b7fde9eb129031625b384be69db
Parents:
40679138d7f05123083a17ec7da35640b0552f60
Message:
Reverting stdorslimgb direct detection
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r406791 rc38648  
    10291029         (conversion=="no" && partovar=="no" &&
    10301030           (algorithm=="std" || algorithm=="slimgb" || algorithm=="mathicgb" ||
    1031             (find(method,"std") || find(method,"slimgb") || find(method,"mathicgb")) ) ) )
     1031            (find(method,"std") && find(method,"slimgb"))
     1032           )
     1033         )
     1034     )
    10321035  {
    10331036    direct = "yes";
Note: See TracChangeset for help on using the changeset viewer.