diff --git a/Source/Apps/generate_ipf_legends.cpp b/Source/Apps/generate_ipf_legends.cpp index 0eb35d6..88be27d 100644 --- a/Source/Apps/generate_ipf_legends.cpp +++ b/Source/Apps/generate_ipf_legends.cpp @@ -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; using EbsdDoubleArrayPointerType = EbsdDoubleArrayType::Pointer;