Skip to content

Commit

Permalink
NEM_SLICE: Fix enum to text mapping for 1D bar elements
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Aug 22, 2024
1 parent 8410ae5 commit 0ce8548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/applications/nem_slice/elb_elem.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
/* Define element types */
enum E_Type {
SPHERE,
BAR1D2,
BAR1D3,
BAR2,
BAR3,
QUAD4,
Expand Down Expand Up @@ -51,6 +49,8 @@ enum E_Type {
PYRAMID19,
SHELL2,
SHELL3,
BAR1D2,
BAR1D3,
NULL_EL
};

Expand Down

0 comments on commit 0ce8548

Please sign in to comment.