Changeset e676cd in git for libpolys/coeffs


Ignore:
Timestamp:
May 25, 2011, 5:26:09 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
73a9ffb72679635d0a4389f31022ac7b37564499
Parents:
cdf22a94dc67efa0ec23a42eb27722000f1e3645
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-25 17:26:09+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:52+01:00
Message:
FIX: Doxygen style comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/coeffs.h

    rcdf22a9 re676cd  
    2727  n_GF,
    2828  n_long_R,
    29   n_algExt,  /* used for all algebraic extensions, i.e.,
     29  n_algExt,  /**< used for all algebraic extensions, i.e.,
    3030                the top-most extension in an extension tower
    3131                is algebraic */
    32   n_transExt,  /* used for all transcendental extensions, i.e.,
     32  n_transExt,  /**< used for all transcendental extensions, i.e.,
    3333                  the top-most extension in an extension tower
    3434                  is transcendental */
     
    184184  /// For Zp_a, Q_a we need polynomials (due to polys)
    185185  ring          algring; //< implementation of extensions needs polynomials...
    186   /// for Q_a/Zp_a, rInit
    187   ///number     minpoly;  //< no longer needed: replaced by
    188                           //  algring->minideal->[0]
     186  // // for Q_a/Zp_a, rInit
     187  //number     minpoly;  //< no longer needed: replaced by
     188  //                     //<  algring->minideal->[0]
    189189
    190190
Note: See TracChangeset for help on using the changeset viewer.