Skip to content
Snippets Groups Projects
Commit 5d94b225 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

[PCS/LIE] add fracture ID to FractureProperty

parent 7859f54f
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ namespace SmallDeformationWithLIE
struct FractureProperty
{
int fracture_id = 0;
int mat_id = 0;
Eigen::Vector3d point_on_fracture;
Eigen::Vector3d normal_vector;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment