Changeset cd552e in git for Singular/iparith.cc


Ignore:
Timestamp:
Aug 12, 2019, 4:20:41 PM (5 years ago)
Author:
Murray Heymann <heymann.murray@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
87d423b777b7762ac55fd9308018f3d7a12b9940
Parents:
b03e2f1e6cf3ff16ea956608cf7b560430904959
git-author:
Murray Heymann <heymann.murray@gmail.com>2019-08-12 16:20:41+02:00
git-committer:
Murray Heymann <heymann.murray@gmail.com>2019-08-12 16:20:52+02:00
Message:
Create dir in home for cache files for ml
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    rb03e2f rcd552e  
    79487948        unsigned nCount = (sArithBase.nCmdUsed-1) / 3;
    79497949
    7950         if (ml_is_initialised()) {
    7951                 printf("ml is initialised\n");
    7952         } else {
    7953                 printf("ml is NOT initialised\n");
    7954         }
     7950        ml_initialise();
     7951        ml_finalise();
    79557952
    79567953        if ((3*nCount) < sArithBase.nCmdUsed) {
Note: See TracChangeset for help on using the changeset viewer.