Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaLos committed Nov 15, 2023
1 parent 0d5ef1a commit 6c429c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GsaGH/Parameters/5_Results/2_Results/GsaResult2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private void InitialiseAnalysisCaseResults(
NodeSpringForces = new NodeSpringForceCache(result);
NodeResonantFootfalls = new NodeResonantFootfallCache(result);
NodeTransientFootfalls = new NodeTransientFootfallCache(result);
Member1dDisplacements = new Element1dDisplacementCache(result);
Member1dDisplacements = new Member1dDisplacementCache(result);
}

private void InitialiseCombinationsCaseResults(
Expand All @@ -154,7 +154,7 @@ private void InitialiseCombinationsCaseResults(
NodeSpringForces = new NodeSpringForceCache(result);
NodeResonantFootfalls = new NodeResonantFootfallCache(result);
NodeTransientFootfalls = new NodeTransientFootfallCache(result);
Member1dDisplacements = new Element1dDisplacementCache(result);
Member1dDisplacements = new Member1dDisplacementCache(result);
}
}
}

0 comments on commit 6c429c6

Please sign in to comment.