Skip to content

Commit

Permalink
Fault Reactivation Model: Remove incorrect boundary conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriben committed Sep 20, 2023
1 parent 87c1041 commit dee67b5
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,15 +316,6 @@ std::pair<bool, std::string>
}
}

std::string partSymmetry = "XSYMM";
for ( const auto& part : parts )
{
auto partNameIt = partNames.find( part );
CAF_ASSERT( partNameIt != partNames.end() );
std::string partName = partNameIt->second;
printBoundaryCondition( stream, partName + "." + partName, partSymmetry );
}

return { true, "" };
}

Expand Down

0 comments on commit dee67b5

Please sign in to comment.