Skip to content

Commit

Permalink
Fix forgotten Trilinos preprocessor token.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwpeterson committed Oct 8, 2015
1 parent 596fab6 commit 23e62b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/solvers/trilinos_nox_nonlinear_solver.h
Expand Up @@ -20,7 +20,7 @@
#ifndef LIBMESH_TRILINOS_NOX_NONLINEAR_SOLVER_H
#define LIBMESH_TRILINOS_NOX_NONLINEAR_SOLVER_H

#ifdef LIBMESH_HAVE_NOX
#ifdef LIBMESH_TRILINOS_HAVE_NOX

// Local includes
#include "libmesh/nonlinear_solver.h"
Expand Down Expand Up @@ -146,5 +146,5 @@ NoxNonlinearSolver<T>::~NoxNonlinearSolver ()
} // namespace libMesh


#endif // #ifdef LIBMESH_HAVE_NOX
#endif // #ifdef LIBMESH_TRILINOS_HAVE_NOX
#endif // LIBMESH_TRILINOS_NOX_NONLINEAR_SOLVER_H

0 comments on commit 23e62b6

Please sign in to comment.