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

◆ create() [1/3]

Tower * Tower::create ( const Tower * R,
M2_ArrayString new_names )
static

Definition at line 54 of file tower.cpp.

55{
56 // TODO: write
57 (void) R;
58 (void) new_names;
59 return nullptr;
60}

References Tower().