Changeset e63ef8b in git


Ignore:
Timestamp:
Nov 9, 2010, 10:45:44 AM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
27e6841d0b819b7079a6f9237d02c10b1364eddf
Parents:
21d54bf5a5d3f6f166c8c81f6920f04c5d7ff35d
Message:
some SINGULAR dependencies removed

git-svn-id: file:///usr/local/Singular/svn/trunk@13608 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/canonicalform.cc

    r21d54bf re63ef8b  
    16471647operator >> ( ISTREAM & is, CanonicalForm & cf )
    16481648{
    1649 #ifndef SINGULAR
    16501649    cf = readCF( is );
    16511650    return is;
    1652 #else /* SINGULAR */
    1653     return is;
    1654 #endif /* SINGULAR */
    16551651}
    16561652#endif /* NOSTREAMIO */
Note: See TracChangeset for help on using the changeset viewer.