Skip to content

Commit

Permalink
windows patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Oct 12, 2023
1 parent d7828c0 commit 307eaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ TEST_CASE("OrientationAnalysis::ConvertHexGridToSquareGridFilter: Multiple File
k_InPath.startIndex = 1;
k_InPath.incrementIndex = 1;
k_InPath.endIndex = 2;
k_InPath.inputPath = fs::path(fmt::format("{}/{}/multi", complex::unit_test::k_TestFilesDir, ::k_HexToSqrTestFilesDir));
k_InPath.inputPath = fmt::format("{}/{}/multi", complex::unit_test::k_TestFilesDir, ::k_HexToSqrTestFilesDir);
k_InPath.filePrefix = "hex_grid";
k_InPath.ordering = GeneratedFileListParameter::Ordering::LowToHigh;
k_InPath.paddingDigits = 0;
Expand Down

0 comments on commit 307eaa1

Please sign in to comment.