Changeset acc9ad in git


Ignore:
Timestamp:
Mar 6, 2017, 1:29:24 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
afd787b79a52d4f51a27512458d1ad9fdf0dd6a9
Parents:
26b98ff96090f06b0ae41bfdcb3b6d96e45a0686
Message:
chg: comment about TRANSEXT_PRIVATE
Location:
libpolys/polys/ext_fields
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/transext.cc

    r26b98f racc9ad  
    710710
    711711
    712 /// takes over p!
     712// takes over p!
    713713number ntInit(poly p, const coeffs cf)
    714714{
  • libpolys/polys/ext_fields/transext.h

    r26b98f racc9ad  
    4040
    4141
    42 // the following is only needed _here_ due to its use in clapsing.cc!
     42// restrict access to the internal represention as much as possible:
    4343#ifdef TRANSEXT_PRIVATES
    4444struct spolyrec; typedef struct spolyrec polyrec; typedef polyrec * poly;
     
    8383/**< TRUE iff den. represents 1 */
    8484
    85 
     85/// takes over p!
    8686number ntInit(poly p, const coeffs cf);
    8787
    8888#endif
     89
    8990
    9091
Note: See TracChangeset for help on using the changeset viewer.