Changeset 70e277 in git


Ignore:
Timestamp:
Mar 24, 2016, 2:35:38 AM (8 years ago)
Author:
Doug Torrance <dtorrance@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
45ed9633ee8d04721e25dcbeabe882bebbe08864
Parents:
864320a0d9c479c909b36d8c06c37d1606db9b2e
Message:
factory: make Prem public

It is used by Macaulay2.  Currently, factory is patched so that Prem is
public [1] and built from source by the M2 build system.  However, if
factory already exists on the system, it would be nice to be able to use it
(see [2]).

[1] https://github.com/Macaulay2/M2/blob/4af5a55/M2/libraries/factory/patch-4.0.2
[2] https://github.com/Macaulay2/M2/issues/384
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSetsUtil.h

    r864320 r70e277  
    7070sortCFListByLevel (CFList& list);
    7171
     72/*BEGINPUBLIC*/
     73
    7274CanonicalForm
    7375Prem (const CanonicalForm& F, const CanonicalForm& G);
     76
     77/*ENDPUBLIC*/
    7478
    7579CanonicalForm
Note: See TracChangeset for help on using the changeset viewer.