Changeset 1990de8 in git for coeffs/coeffs.h


Ignore:
Timestamp:
May 5, 2010, 5:50:03 PM (14 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
6cee1d28277f1e0a24471e5bd9ee112ed6b01113
Parents:
ac568634b7a2d8b8d88e28ffdb7d39c09ac42783
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-05 17:50:03+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:52:53+01:00
Message:
Cleaning out building hacks (_TRY)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • coeffs/coeffs.h

    rac5686 r1990de8  
    4242typedef number (*nMapFunc)(number a, const coeffs src, const coeffs dst);
    4343
    44 // #define _TRY
    45 
    46 #ifdef _TRY
    47 typedef coeffs ring;
    48 
    49 extern ring currRing;
    50 #endif
    51 
    5244struct n_Procs_s
    5345{
    54 #ifdef _TRY
    55   ring cf; // this
    56 #endif
    57 
    5846   coeffs next;
    5947   unsigned int  ringtype;  /* 0 => coefficient field, 1 => coeffs from Z/2^m */
Note: See TracChangeset for help on using the changeset viewer.