Skip to content

Commit

Permalink
Re-enable fem_system_ex2
Browse files Browse the repository at this point in the history
Now that it's no longer relying on our old reinit() behavior, it
passes "make check" fine again.

Refs #1593.
  • Loading branch information
roystgnr authored and jwpeterson committed Feb 17, 2018
1 parent 11bf820 commit c629390
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/fem_system/fem_system_ex2/fem_system_ex2.C
Expand Up @@ -154,9 +154,6 @@ int main(int argc, char ** argv)
// Initialize libMesh and any dependent libraries
LibMeshInit init(argc, argv);

libMesh::out << "This example is currently skipped due to changes in 3b4b2fb." << std::endl;
return 77;

// This example requires a linear solver package.
libmesh_example_requires(libMesh::default_solver_package() != INVALID_SOLVER_PACKAGE,
"--enable-petsc, --enable-trilinos, or --enable-eigen");
Expand Down

0 comments on commit c629390

Please sign in to comment.