Skip to content

Commit

Permalink
IOSS: Detect if exodus enabled for exodus include
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 1, 2024
1 parent 7e25df9 commit 3d12930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/seacas/libraries/ioss/src/main/io_info.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright(C) 1999-2023 National Technology & Engineering Solutions
// Copyright(C) 1999-2024 National Technology & Engineering Solutions
// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
// NTESS, the U.S. Government retains certain rights in this software.
//
Expand Down Expand Up @@ -51,7 +51,9 @@
#include "Ioss_SurfaceSplit.h"
#include "Ioss_Utils.h"
#include "Ioss_VariableType.h"
#if defined(SEACAS_HAVE_EXODUS)
#include "exodusII.h"
#endif
#include "info_interface.h"
#if defined(SEACAS_HAVE_CGNS)
#include <cgnslib.h>
Expand Down

0 comments on commit 3d12930

Please sign in to comment.