Changeset a5275ef in git


Ignore:
Timestamp:
Jan 7, 2014, 5:42:49 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
12837904b914a435a7ad5916951eebc6324f4f12
Parents:
0955dc38d4bd51ec9a764e8a6408223fe964f2bd
Message:
Commented out obsolete 'initializeGMP'
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • Singular/libparse.cc

    r0955dc ra5275ef  
    10631063#include <Singular/utils.h>
    10641064
    1065 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
     1065// int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
    10661066int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    10671067
  • Singular/libparse.ll

    r0955dc ra5275ef  
    1111  #include <Singular/utils.h>
    1212
    13   int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
     13//   int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
    1414  int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    1515
  • Singular/test.cc

    r0955dc ra5275ef  
    4848
    4949
    50 int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
     50// int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!!
    5151int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    5252
  • Singular/tesths.cc

    r0955dc ra5275ef  
    5353extern int siInit(char *);
    5454
    55 int initializeGMP(){ return 1; }
     55// int initializeGMP(){ return 1; }
    5656
    5757int mmInit( void )
  • kernel/test.cc

    r0955dc ra5275ef  
    5252
    5353// The following are needed due to FACTORY (e.g. initCanonicalForm)
    54 int initializeGMP(){ return 1; }
     54// int initializeGMP(){ return 1; }
    5555int mmInit(void) {return 1; }
    5656
  • libpolys/coeffs/test.cc

    r0955dc ra5275ef  
    2525
    2626
    27 int initializeGMP(void){ return 1; }
     27// int initializeGMP(void){ return 1; }
    2828int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    2929
  • libpolys/tests/common.h

    r0955dc ra5275ef  
    3232#include <polys/nc/gb_hack.h>
    3333
    34 int initializeGMP(){ return 1; } // due to Factory...
     34// int initializeGMP(){ return 1; } // due to Factory...
    3535int mmInit(void) {return 1; } // ? due to SINGULAR!!!...???
    3636
Note: See TracChangeset for help on using the changeset viewer.