Changeset 3e55bc in git for libfac/test.cc
- Timestamp:
- Jun 9, 1997, 5:56:14 PM (26 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- db12c52f20de2574cfcb364effcf969b39384547
- Parents:
- 6c02a5092325a53a0cda2cf6756a4ba1d9765c67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/test.cc
r6c02a5 r3e55bc 1 //static char rcsid[] = "$Id: test.cc,v 1. 1.1.1 1997-05-02 17:00:43Singular Exp $";1 //static char rcsid[] = "$Id: test.cc,v 1.2 1997-06-09 15:55:50 Singular Exp $"; 2 2 /////////////////////////////////////////////////////////////////////////////// 3 // FACTORY - Includes4 // (x+y+z)*(x+y-z)*(x-y+z)*(x-y-z)*x*y;5 #include <factory.h>6 3 // Factor - Includes 7 4 #include "factor.h" 8 #include "tmpl_inst.h"9 #include "helpstuff.h"10 5 11 extern char * libfac_name;12 extern char * libfac_version;13 extern char * libfac_date;14 extern char * libfac_author;15 6 16 7 void
Note: See TracChangeset
for help on using the changeset viewer.