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

◆ elem_text_out()

void M2::DummyRing::elem_text_out ( buffer & o,
const ElementType a,
bool p_one,
bool p_plus,
bool p_parens ) const
inline

Definition at line 281 of file aring.hpp.

286 {
287 (void) o;
288 (void) a;
289 (void) p_one;
290 (void) p_plus;
291 (void) p_parens;
292 }