Skip to content

Commit

Permalink
SLICE: Use default data_stroage_type
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 6, 2024
1 parent e06dfed commit 42eea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/seacas/applications/slice/Slice.C
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ namespace {
Ioss::MeshCopyOptions options{};
options.ints_64_bit = sizeof(INT) == 64;
options.delete_timesteps = true;
options.data_storage_type = 2;
options.data_storage_type = 1;
options.verbose = true;

// Copy mesh portion of input region to the output region
Expand Down

0 comments on commit 42eea0d

Please sign in to comment.