Skip to content

Commit

Permalink
IOSS: Spell seacas correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 7, 2024
1 parent 210a7ed commit 6129ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/ioss/src/init/Ionit_Initializer.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#if defined(SEACAS_HAVE_EXODUS)
#include "exodus/Ioex_IOFactory.h"
#if defined(SECAS_HAVE_EXONULL)
#if defined(SEACAS_HAVE_EXONULL)
#include "exonull/Ioexnl_IOFactory.h"
#endif
#endif
Expand Down Expand Up @@ -76,7 +76,7 @@ namespace Ioss::Init {

#if defined(SEACAS_HAVE_EXODUS)
Ioex::IOFactory::factory(); // Exodus
#if defined(SECAS_HAVE_EXONULL)
#if defined(SEACAS_HAVE_EXONULL)
Ioexnl::IOFactory::factory();
#endif
#endif
Expand Down

0 comments on commit 6129ef2

Please sign in to comment.