Skip to content

Commit 9f2e981

Browse files
authored
fix complication 5/5
1 parent 2bf872a commit 9f2e981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: apps/bingham/bingham_vector_solver.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ADDM
5454
typedef typename mesh_type::face face_type;
5555
typedef typename mesh_type::point_type point_type;
5656

57-
typedef disk::mechanics::BoundaryConditions<mesh_type, false> boundary_type;
57+
typedef disk::BoundaryConditions<mesh_type, false> boundary_type;
5858
typedef Matrix<T, Dynamic, Dynamic> matrix_type;
5959
typedef Matrix<T, Dynamic, 1> vector_type;
6060

0 commit comments

Comments
 (0)