Changeset 2206a71 in git
- Timestamp:
- Jun 5, 1997, 3:02:53 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7989999536a1ee2f0fa5ad9f1b9e85d9b9460575
- Parents:
- 4c001aeab70ceba5cf5bfcdef42079b63fe8bc72
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.cc
r4c001a r2206a71 1 1 // emacs editmode for this file is -*- C++ -*- 2 // $Id: canonicalform.cc,v 1. 5 1997-04-18 13:10:30schmidt Exp $2 // $Id: canonicalform.cc,v 1.6 1997-06-05 13:02:53 schmidt Exp $ 3 3 4 4 /* 5 5 $Log: not supported by cvs2svn $ 6 Revision 1.5 1997/04/18 13:10:30 schmidt 7 o mapinto(): mapping from immediate to GF(q) corrected 8 6 9 Revision 1.4 1997/04/07 14:53:44 schmidt 7 10 #include <config.h> added … … 1028 1031 operator >> ( istream & is, CanonicalForm & cf ) 1029 1032 { 1033 #ifndef SINGULAR 1030 1034 cf = readCF( is ); 1031 1035 return is; 1036 #else /* SINGULAR */ 1037 return 0; 1038 #endif /* SINGULAR */ 1032 1039 } 1033 1040 #endif /* NOSTREAMIO */
Note: See TracChangeset
for help on using the changeset viewer.