Skip to content

Commit

Permalink
🔀 Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Sep 14, 2023
1 parent 1c5e587 commit 9b1591f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/fiction/layouts/cell_level_layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,18 +146,6 @@ class cell_level_layout : public ClockedLayout
return copy;
}

/**
* Clones the layout returning a deep copy.
*
* @return Deep copy of the layout.
*/
cell_level_layout clone() const
{
auto cl = cell_level_layout{strg};
cl.strg = std::make_shared<cell_level_layout_storage<cell>>(*strg);
return cl;
}

#pragma endregion

#pragma region Cell types
Expand Down

0 comments on commit 9b1591f

Please sign in to comment.