Changeset 34f6d2 in git


Ignore:
Timestamp:
Nov 16, 2021, 4:47:27 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f38e347f04177838bec636ff9eead756f6b87ee5
Parents:
9cc63eabf76b1e1d6fed521448cf0a3da96192af
Message:
doc: news: singular.hlp, LP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/NEWS.texi

    r9cc63e r34f6d2  
    4444@item @code{liftstd} (with 2 arguments) improved (@nref{liftstd})
    4545@item @code{noether} improved (@nref{noether})
     46@item letterplace routines improved (@nref{LETTERPLACE})
     47@item info file is now @code{singular.info} instead of @code{singular.hlp}
    4648@item update for using FLINT 2.8.x
    4749@end itemize
  • factory/gengftables-conway.cc

    r9cc63e r34f6d2  
    2222#include <string>
    2323#else
    24 #include <iostream.h>
    25 #include <fstream.h>
    26 #include <strstream.h>
    27 #include <string.h>
     24#include <iostream>
     25#include <fstream>
     26#include <strstream>
     27#include <string>
    2828#endif
    2929
    3030
    3131#include <stdlib.h>
     32
     33#define FACTORY_PUBLIC
    3234
    3335#include "cf_assert.h"
     
    3840using namespace std;
    3941
     42int gf_tab_numdigits62 ( int q );
    4043/**
    4144 *
     
    366369                        CanonicalForm f = findGenNew( n, q );
    367370                        ASSERT( f != 0, "no generator found" );
    368                         printTable( n, q, f );
     371                        if (n==1) printTable( n, q, f );
    369372                        n++; q *= p;
    370373                }
Note: See TracChangeset for help on using the changeset viewer.