Skip to content

Commit

Permalink
Default output directory for IPF Legends is in the build directory.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed Sep 18, 2024
1 parent 0880778 commit 2c87365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Apps/generate_ipf_legends.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

using namespace EbsdLib;

const std::string k_Output_Dir(UnitTest::DataDir + "IPF_Legend/");
// const std::string k_Output_Dir(UnitTest::TestTempDir + "IPF_Legend/");
// const std::string k_Output_Dir(UnitTest::DataDir + "/IPF_Legend/");
const std::string k_Output_Dir(UnitTest::TestTempDir + "/IPF_Legend/");

using EbsdDoubleArrayType = EbsdDataArray<float>;
using EbsdDoubleArrayPointerType = EbsdDoubleArrayType::Pointer;
Expand Down

0 comments on commit 2c87365

Please sign in to comment.