Skip to content

Commit

Permalink
Update Component Example files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristjan Nielsen committed Oct 16, 2023
1 parent 78cb846 commit 57a3470
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Binary file modified ExampleFiles/Components/Annotate.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/AssembleWithIDsTestIdSequence.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/CreateEdit3dPropElemAndMem.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/Elem2dResults.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/GridLoadPolyline.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/LoadsFromReferenceObjects.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/NodeLocalAxisReactionForceDiagram.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/NodeReactionForceResult.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/NodeResults.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/Prop2dAxis.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/ReactionForceDiagrams.gh
Binary file not shown.
Binary file modified ExampleFiles/Components/SectionAlignment.gh
Binary file not shown.
2 changes: 1 addition & 1 deletion IntegrationTests/3_Components/NodeResultsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void NodeContourSupportPtsCountTests() {
}

[Theory]
[InlineData("FContour", 871.0, 66.14, 1)]
[InlineData("FContour", 580.7, 66.14, 1)]
public void NodeContourTests(
string name, double expected1, double expected2, int precision = 6) {
GH_Document doc = Document;
Expand Down

0 comments on commit 57a3470

Please sign in to comment.