File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/seacas/libraries/ioss/src/main Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 ||
You can’t perform that action at this time.
0 commit comments