Changeset 8dbc1a in git for factory/cf_chinese.cc


Ignore:
Timestamp:
Jan 8, 2014, 11:41:48 AM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
19d0392ef4bad82b137011155ce948100d8693cf
Parents:
9fd8d2daa9bdbfb7c4a46ffcb388107cecceaa6b
git-author:
Martin Lee <martinlee84@web.de>2014-01-08 11:41:48+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-01-20 16:45:04+01:00
Message:
chg: disable Farey_n if NTL is around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_chinese.cc

    r9fd8d2 r8dbc1a  
    161161//}}}
    162162
     163#ifndef HAVE_NTL
    163164CanonicalForm Farey_n (CanonicalForm N, const CanonicalForm P)
    164165//"USAGE:  Farey_n (N,P); P, N number;
     
    190191   return(0);
    191192}
     193#endif
    192194
    193195CanonicalForm Farey ( const CanonicalForm & f, const CanonicalForm & q )
Note: See TracChangeset for help on using the changeset viewer.