Ignore:
Timestamp:
Oct 28, 1997, 2:46:41 PM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a013ed94be49eaa097e052011307658d9be13d96
Parents:
d21a61534cb153a80bf2453cf0cf4be751010ea9
Message:
	* examples/application.cc (main): check on existence of GF(q)
	  tables removed


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

Legend:

Unmodified
Added
Removed
  • factory/examples/application.cc

    rd21a61 r130f7d  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: application.cc,v 1.2 1997-10-27 16:50:59 schmidt Exp $ */
     2/* $Id: application.cc,v 1.3 1997-10-28 13:46:41 schmidt Exp $ */
    33
    44//{{{ docu
     
    1313main()
    1414{
    15     // test for existence of GF(q) tables
    16     setCharacteristic( 3, 2, 'z' );
    17     cout << factoryVersion << endl;
    18     cout << factoryConfiguration << endl;
    19     cout << "Factory lives!" << endl;
    20 
    21     // now for something completely different
     15    // set our ring
    2216    setCharacteristic( 0 );
    2317    On( SW_RATIONAL );
Note: See TracChangeset for help on using the changeset viewer.