Changeset ec958b in git for libfac/charset/alg_factor.h
- Timestamp:
- Nov 6, 2008, 3:05:51 PM (15 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- adfb2244bb4e757cf88dee703e1ed7815f87d960
- Parents:
- 4d110113a62ef366f63c6fcf846ca39ee566c2af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/charset/alg_factor.h
r4d11011 rec958b 2 2 // emacs edit mode for this file is -*- C++ -*- 3 3 //////////////////////////////////////////////////////////// 4 // $Id: alg_factor.h,v 1. 3 2008-06-10 14:49:14Singular Exp $4 // $Id: alg_factor.h,v 1.4 2008-11-06 14:05:51 Singular Exp $ 5 5 //////////////////////////////////////////////////////////// 6 6 … … 27 27 }; 28 28 29 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int success);29 CFFList newfactoras( const CanonicalForm & f, const CFList & as, int &success); 30 30 CFFList newcfactor(const CanonicalForm & f, const CFList & as, int success ); 31 31 /*BEGINPUBLIC*/
Note: See TracChangeset
for help on using the changeset viewer.