Skip to content

Commit

Permalink
Fix for Dynamic Topology unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
tokusanya committed Sep 3, 2024
1 parent 2c71918 commit 2791f05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ std::shared_ptr<Ioss::Region> construct_region(const OutputParams& params,
propertyManager);

auto region = std::make_shared<Ioss::Region>(database, name);
region->set_database(database);
region->set_file_cyclic_count(params.cyclicCount);
EXPECT_TRUE(database != nullptr);
EXPECT_TRUE(database->ok(true));
Expand Down

0 comments on commit 2791f05

Please sign in to comment.