Changeset 0269e1 in git for Singular/LIB/standard.lib


Ignore:
Timestamp:
Jun 12, 2015, 6:23:21 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
4a45a4ed68455eeb07001789c025a0c5dac329d5
Parents:
2bca952368d49b7fde9eb129031625b384be69db
Message:
Fix unnecessary message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/standard.lib

    r2bca95 r0269e1  
    968968    } else
    969969    {
    970       if( p_opt ) { "Sorry Singmathic::mathicgb is not available!"; }
     970      if( p_opt && find(method,"mathicgb")  ) { "Sorry Singmathic::mathicgb is not available!"; }
    971971    }
    972972  }
Note: See TracChangeset for help on using the changeset viewer.