From 547abe3c8674568956bda499fcf47d9a4b8e2687 Mon Sep 17 00:00:00 2001 From: Drewniok Date: Fri, 1 Nov 2024 07:35:08 +0100 Subject: [PATCH] :green_heart: add ``fiction`` namespace to fix windows issue. --- .../simulation/sidb/displacement_robustness_domain.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fiction/algorithms/simulation/sidb/displacement_robustness_domain.hpp b/include/fiction/algorithms/simulation/sidb/displacement_robustness_domain.hpp index b48c047a9..c013244bd 100644 --- a/include/fiction/algorithms/simulation/sidb/displacement_robustness_domain.hpp +++ b/include/fiction/algorithms/simulation/sidb/displacement_robustness_domain.hpp @@ -374,8 +374,8 @@ class displacement_robustness_domain_impl { if constexpr (has_siqad_coord_v) { - auto new_pos_se = siqad::to_fiction_coord(c); - auto new_pos_nw = siqad::to_fiction_coord(c); + auto new_pos_se = fiction::siqad::to_fiction_coord(c); + auto new_pos_nw = fiction::siqad::to_fiction_coord(c); // the cell c is not a fixed cell, i.e., displacement is considered. if (params.fixed_sidbs.find(c) == params.fixed_sidbs.cend())