Changeset 21d54bf in git for factory/lgs.cc


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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.