Skip to content

Commit

Permalink
💚 add fiction namespace to fix windows issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Nov 1, 2024
1 parent 076ab74 commit 547abe3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ class displacement_robustness_domain_impl
{
if constexpr (has_siqad_coord_v<Lyt>)
{
auto new_pos_se = siqad::to_fiction_coord<cube::coord_t>(c);
auto new_pos_nw = siqad::to_fiction_coord<cube::coord_t>(c);
auto new_pos_se = fiction::siqad::to_fiction_coord<cube::coord_t>(c);
auto new_pos_nw = fiction::siqad::to_fiction_coord<cube::coord_t>(c);
// the cell c is not a fixed cell, i.e., displacement is considered.

if (params.fixed_sidbs.find(c) == params.fixed_sidbs.cend())
Expand Down

0 comments on commit 547abe3

Please sign in to comment.