Changeset adf4ba in git


Ignore:
Timestamp:
Feb 20, 2003, 2:49:32 PM (21 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
64d1c44967005003d8c82f84417df13b20d3afcc
Parents:
4f11398e810c504dd1180163c7a2aa739e1615d6
Message:
*hannes: option -s/--sort (hidden)


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

Legend:

Unmodified
Added
Removed
  • Singular/feOpt.cc

    r4f1139 radf4ba  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: feOpt.cc,v 1.20 2002-05-22 10:30:04 Singular Exp $ */
     4/* $Id: feOpt.cc,v 1.21 2003-02-20 13:49:32 Singular Exp $ */
    55/*
    66* ABSTRACT: Implementation of option buisness
     
    9696  {"quiet",             no_argument,        'q',
    9797   0,          "Do not print start-up banner and lib load messages",   feOptBool,    0,      0},
     98  {"sort",             no_argument,        's',
     99   0,          "// Sort NTL results",                                  feOptBool,    0,      0},
    98100
    99101  {"random",            required_argument,  'r',
     
    167169};
    168170
    169 const char SHORT_OPTS_STRING[] = "bdhqtvxec:r:u:";
     171const char SHORT_OPTS_STRING[] = "bdhqstvxec:r:u:";
    170172
    171173//////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.