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

◆ testARingInterface()

template<typename T>
void testARingInterface ( const T & R)

Definition at line 467 of file ARingTest.hpp.

468{
469 // this test makes sure that all of the interface functions required
470 // actually exist.
471
472 const M2::RingID rid = R.ringID;
473 std::cout << "ring ID: " << rid << std::endl;
474}
RingID
Definition aring.hpp:75

References T.