Skip to content
Snippets Groups Projects
Commit 27515a00 authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Norihiro Watanabe
Browse files

[PCS/LIE] bugfix in PostUtils

parent 0050e219
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ PostProcessTool::PostProcessTool(
}
// split elements using the new duplicated nodes
for (unsigned fracture_id=0; fracture_id<=vec_vec_fracture_matrix_elements.size(); fracture_id++)
for (unsigned fracture_id=0; fracture_id<vec_vec_fracture_matrix_elements.size(); fracture_id++)
{
auto const& vec_fracture_matrix_elements = vec_vec_fracture_matrix_elements[fracture_id];
auto const& vec_fracture_nodes = vec_vec_fracture_nodes[fracture_id];
......
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