Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IOSS: adios2 -- add base_filename to properties not to compare
Browse files Browse the repository at this point in the history
gdsjaar committed Jul 18, 2024
1 parent ddd828e commit 3a3a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/utest/Ut_ioad.C
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
#include <vector>

//////// Global constants ////////////
std::vector<std::string> ignored_properties = {"database_name"};
std::vector<std::string> ignored_properties = {"database_name", "base_filename"};
std::vector<std::string> ignored_fields = {"implicit_ids"};
std::vector<std::string> ignore_errors = {"owning_processor"};

0 comments on commit 3a3a719

Please sign in to comment.