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

◆ create() [2/3]

ARingTower * M2::ARingTower::create ( const ARingTower & R,
const std::vector< std::string > & new_names )
static

Definition at line 48 of file aring-tower.cpp.

50{
51 // TODO: write
52 (void) R;
53 (void) new_names;
54 return nullptr;
55}

References ARingTower().