Skip to content

Commit

Permalink
DTIO: Fix for bad merge and compiler complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
tokusanya committed Oct 16, 2024
1 parent 550a642 commit 5eb0fb5
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 1,042 deletions.
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/src/Ioss_DatabaseIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ namespace Ioss {
flush_database_nl();
}

void reset_database() const
void reset_database()
{
IOSS_FUNC_ENTER(m_);
progress(__func__);
Expand Down
Loading

0 comments on commit 5eb0fb5

Please sign in to comment.