Changeset 34ab5de in git for Singular/fglm.cc


Ignore:
Timestamp:
Mar 27, 1997, 9:23:42 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ea986d4dadf3f17d670574e0a184c857594976a7
Parents:
d4ab09645d59f1828448f7b83aa5e9c8fb1e9b5f
Message:
Thu Mar 27 21:20:20 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* added real time timer (rtimer) analog to timer

	* added command-line option "-d ticks_per_second" and "-m
	  min_displayed_time_in_sec" and chahnged timer accordingly

	* added some #ifdef HAVE_FGLM in fglm*.cc


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

Legend:

Unmodified
Added
Removed
  • Singular/fglm.cc

    rd4ab09 r34ab5de  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglm.cc,v 1.6 1997-03-27 16:09:55 Singular Exp $
     2// $Id: fglm.cc,v 1.7 1997-03-27 20:23:36 obachman Exp $
    33
    44/****************************************
     
    1919#endif
    2020#include "mod2.h"
     21
     22#ifdef HAVE_FGLM
    2123#include "tok.h"
    2224#include "structs.h"
     
    312314}
    313315
     316#endif
    314317// ----------------------------------------------------------------------------
    315318// Local Variables: ***
Note: See TracChangeset for help on using the changeset viewer.