Skip to content

Commit

Permalink
🐛 load case reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Pellegrino committed Oct 19, 2023
1 parent 618a64a commit 394db09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FemDesign.Core/Model/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4014,8 +4014,7 @@ internal void GetLoads()

foreach (var load in loads.OfType<LoadBase>())
{
if(load.LoadCase != null)
load.LoadCase = mapCase[load.LoadCaseGuid].DeepClone();
load.LoadCase = mapCase[load.LoadCaseGuid].DeepClone();
}
}

Expand Down

0 comments on commit 394db09

Please sign in to comment.