Skip to content

Commit

Permalink
EXODUS: Fix element count in test writer
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Apr 15, 2024
1 parent 092c2dd commit c256a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus/test/testwt-field-metadata.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright(C) 2022, 2023 National Technology & Engineering Solutions
* Copyright(C) 2022, 2023, 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 @@ -47,7 +47,7 @@ int main(int argc, char **argv)
{
ex_init_params par = {.num_dim = 3,
.num_nodes = 1,
.num_elem = 7,
.num_elem = 3,
.num_elem_blk = num_elem_blk,
.num_node_sets = 0,
.num_side_sets = 0,
Expand Down

0 comments on commit c256a1a

Please sign in to comment.