Skip to content

Commit 1dc4621

Browse files
committed
IOSS: Fix omit info and qa records in io_shell
1 parent 5a74ea2 commit 1dc4621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/seacas/libraries/ioss/src/main/io_shell.C

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright(C) 1999-2024 National Technology & Engineering Solutions
1+
// Copyright(C) 1999-2025 National Technology & Engineering Solutions
22
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
33
// NTESS, the U.S. Government retains certain rights in this software.
44
//
@@ -694,10 +694,10 @@ namespace {
694694
}
695695

696696
if (interFace.delete_qa) {
697-
properties.add(Ioss::Property("IGNORE_QA_RECORDS", "YES"));
697+
properties.add(Ioss::Property("OMIT_QA_RECORDS", "YES"));
698698
}
699699
if (interFace.delete_info) {
700-
properties.add(Ioss::Property("IGNORE_INFO_RECORDS", "YES"));
700+
properties.add(Ioss::Property("OMIT_INFO_RECORDS", "YES"));
701701
}
702702

703703
if (interFace.compression_level > 0 || interFace.shuffle || interFace.szip || interFace.quant ||

0 commit comments

Comments
 (0)