Changeset 21d54bf in git


Ignore:
Timestamp:
Nov 9, 2010, 10:42:39 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e63ef8b42a61b4f38e60e17e231263573fb86900
Parents:
d45c538df71cadf18e888b032b6959592b3e3947
Message:
some SINGULAR dependencies removed

git-svn-id: file:///usr/local/Singular/svn/trunk@13607 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/NTLconvert.cc

    rd45c53 r21d54bf  
    11/* $Id$ */
    22#include <config.h>
    3 
    4 #ifdef SINGULAR
    5 #ifndef OM_NDEBUG
    6 #define OM_NDEBUG
    7 #endif
    8 #endif
    93
    104#include "cf_gmp.h"
  • factory/lgs.cc

    rd45c53 r21d54bf  
    203203//--<>---------------------------------
    204204{ // Return the current rank of the matrix
    205 #ifdef SINGULAR
    206   printf("LGS::print??\n");
    207 #else
     205#ifndef NOSTREAMIO
    208206  cout << "A = " << A << "\nb = " << b << endl;
    209207#endif
Note: See TracChangeset for help on using the changeset viewer.