Macaulay2 Engine
Loading...
Searching...
No Matches

◆ mypromote() [27/27]

template<typename RingR, typename RingS>
bool M2::mypromote ( const RingR & R,
const RingS & S,
const typename RingR::ElementType & fR,
typename RingS::ElementType & result_fS )

Definition at line 273 of file aring-translate.hpp.

277{
278 (void) R;
279 (void) S;
280 (void) fR;
281 (void) result_fS;
282 return false;
283}

Referenced by M2::RingPromoter::promoter().