Changeset a6cbe4 in git
- Timestamp:
- Apr 24, 1998, 7:19:04 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- a8c3e0a2f4ab015491366776d74f2f38061e6055
- Parents:
- 5b54c8b87e7d9b8048cf6ca127512be4c334290c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r5b54c8b ra6cbe4 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1. 39 1998-04-23 09:50:23schmidt Exp $ */4 /* $Id: extra.cc,v 1.40 1998-04-24 17:19:04 schmidt Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 69 69 70 70 #ifdef FACTORY_GCD_STAT 71 # define FACTORY_GCD_TEST71 #include "gcd_stat.h" 72 72 #endif 73 73 … … 739 739 #endif 740 740 741 #ifdef FACTORY_GCD_STAT 742 if ( ! strcmp( (char*)(h->Data()), "gcdstat" ) ) { 743 printGcdTotal(); 744 printContTotal(); 745 resetGcdTotal(); 746 resetContTotal(); 747 return FALSE; 748 } 749 else 750 #endif 751 741 752 /*============================================================*/ 742 753 WerrorS( feNotImplemented );
Note: See TracChangeset
for help on using the changeset viewer.