Skip to content

Commit 6463d1d

Browse files
committed
IOSS: Do not need parallel io for field metadata
1 parent 1835a53 commit 6463d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/seacas/libraries/ioss/src/exodus/Ioex_BaseDatabaseIO.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ namespace Ioex {
17391739
ex_entity_type type, Ioss::NameList &names)
17401740
{
17411741
std::vector<Ioss::Field> fields;
1742-
if (!using_parallel_io() || !entity->get_database()->get_field_recognition()) {
1742+
if (!entity->get_database()->get_field_recognition()) {
17431743
return fields;
17441744
}
17451745
// See if this entity is using enhanced field attributes...

0 commit comments

Comments
 (0)