Skip to content

Commit d85a305

Browse files
committed
libmesh_error() instead of LIBMESH_THROW()
Not sure how we were getting away with passing 0 arguments to a macro defined to take 1...
1 parent e408883 commit d85a305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/systems/equation_systems_io.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void EquationSystems::read (std::string_view name,
131131
<< "Good Luck!!\n"
132132
<< "*********************************************************************\n"
133133
<< std::endl;
134-
LIBMESH_THROW();
134+
libmesh_error();
135135
}
136136
}
137137

0 commit comments

Comments
 (0)