Skip to content

Commit

Permalink
fix complication 5/5
Browse files Browse the repository at this point in the history
  • Loading branch information
npaster authored Mar 19, 2019
1 parent 2bf872a commit 9f2e981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bingham/bingham_vector_solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ADDM
typedef typename mesh_type::face face_type;
typedef typename mesh_type::point_type point_type;

typedef disk::mechanics::BoundaryConditions<mesh_type, false> boundary_type;
typedef disk::BoundaryConditions<mesh_type, false> boundary_type;
typedef Matrix<T, Dynamic, Dynamic> matrix_type;
typedef Matrix<T, Dynamic, 1> vector_type;

Expand Down

0 comments on commit 9f2e981

Please sign in to comment.