Changeset fecc08 in git


Ignore:
Timestamp:
Jun 17, 2010, 3:18:26 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
91144445a7bc516f707a2c821c3987fcfcfde9ae
Parents:
04dd0ce998a4a58df8fc3aaf1bd42b662efc847c
Message:
buf fixes


git-svn-id: file:///usr/local/Singular/svn/trunk@12876 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_gcd_smallp.cc

    r04dd0c rfecc08  
    781781/// computes a random monic irreducible univariate polynomial of random
    782782/// degree < i in x which does not divide F
    783 static inline
    784783CanonicalForm
    785784randomIrredpoly (int i, const Variable & x)
  • factory/cf_gcd_smallp.h

    r04dd0c rfecc08  
    6262  return GCD_GF (A, B, list, top_level);
    6363}
     64
     65CanonicalForm
     66randomIrredpoly (int i, const Variable & x) ;
    6467#endif
  • factory/facFqBivarUtil.cc

    r04dd0c rfecc08  
    1919#include "ftmpl_functions.h"
    2020#include "ExtensionInfo.h"
     21#include "cf_algorithm.h"
     22#include "cf_factory.h"
     23#include "imm.h"
     24#include "cf_iter.h"
    2125#include "facFqBivarUtil.h"
    2226
  • factory/facFqFactorize.cc

    r04dd0c rfecc08  
    2828#include "facHensel.h"
    2929#include "cf_gcd_smallp.h"
     30#include "cf_map_ext.h"
    3031#include "DegreePattern.cc"
    3132#include "algext.h"
  • factory/facFqSquarefree.cc

    r04dd0c rfecc08  
    2121#include "cf_map.h"
    2222#include "cf_util.h"
     23#include "cf_factory.h"
    2324#include "facFqSquarefree.h"
    2425
Note: See TracChangeset for help on using the changeset viewer.