Changeset a7d233 in git


Ignore:
Timestamp:
Sep 24, 1997, 9:36:33 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b4a1b05a8f43d422736f181efa4ade3298d6d74d
Parents:
98f40318ef974bcbe3220e55c984b68c6b954803
Message:
Intermediate revision


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

Legend:

Unmodified
Added
Removed
  • factory/ftest/resultant.m4

    r98f4031 ra7d233  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: resultant.m4,v 1.1 1997-09-12 12:26:17 schmidt Exp $ */
     2/* $Id: resultant.m4,v 1.2 1997-09-24 07:36:33 schmidt Exp $ */
     3
     4ftestSetNameOfGame( resultant,
     5        `"Usage: resultant [<options>] [<envSpec>] <f> <g> <x>\n"
     6        "  calculates resultant( f, g, x ).\n"' )
    37
    48//{{{ docu
    59//
    6 // resultant.m4 - resultant test program.
     10// ftestAlgorithm.m4 - ftestAlgorithm test program.
    711//
    8 // Syntax: type `resultant -?' for more information
     12// To create ftestAlgorithm.cc, run m4 using the ftest_util.m4 library in
     13// the following way:
     14//
     15// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
    916//
    1017//}}}
     
    1219ftestPreprocInit();
    1320
    14 #include <factory.h>
    15 
    16 #include "ftest_util.h"
    17 
    1821ftestGlobalInit();
    19 
    20 //
    21 // - functions.
    22 //
    2322
    2423//
     
    2827main ( int argc, char ** argv )
    2928{
     29    // initialization
    3030    ftestMainInit();
    3131
     
    4343    ftestGetInVar( x );
    4444
    45     ftestSetEnv();
    46 
    4745    // do the test!
    4846    ftestRun(
     
    5048
    5149    // print results
    52     ftestOutput( "resultant", "resultant( f, g, x ) =", result );
     50    ftestOutput( "resultant(f, g, x)", result );
    5351
    5452    // clean up
Note: See TracChangeset for help on using the changeset viewer.