Skip to content

Commit

Permalink
fixed typo stokes interface
Browse files Browse the repository at this point in the history
  • Loading branch information
asartori86 committed Jul 13, 2016
1 parent b7a4dc7 commit 0a923be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/interfaces/stokes.h
Expand Up @@ -6,8 +6,8 @@

#include <deal.II/lac/solver_cg.h>
#include <deal2lkit/sacado_tools.h>
#include <deal2lkit/parsed_preconditioner_amg.h>
#include <deal2lkit/parsed_preconditioner_jacobi.h>
#include <deal2lkit/parsed_preconditioner/amg.h>
#include <deal2lkit/parsed_preconditioner/jacobi.h>

using namespace SacadoTools;

Expand Down

0 comments on commit 0a923be

Please sign in to comment.