Skip to content

Commit

Permalink
Merge pull request #242 from GSharker/dev/ceca/#209
Browse files Browse the repository at this point in the history
Dev/ceca/#209
  • Loading branch information
cesarecaoduro committed Aug 9, 2021
2 parents ae4149a + 57ea89b commit ca724d7
Show file tree
Hide file tree
Showing 61 changed files with 1,786 additions and 1,818 deletions.
2 changes: 1 addition & 1 deletion src/GShark.Test.XUnit/Core/IntervalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void It_Returns_True_If_Interval_Is_Decreasing()
interval.IsIncreasing.Should().Be(false);
interval.IsSingleton.Should().Be(false);
}

[Fact]
public void It_Returns_True_If_Interval_Is_Increasing()
{
Expand Down
2 changes: 1 addition & 1 deletion src/GShark.Test.XUnit/Core/KnotVectorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void It_Creates_A_Clamped_Uniform_KnotVector()
int degree = 4;
int ctrlPts = 12;
KnotVector expectedKnotVector = new KnotVector { 0.0, 0.0, 0.0, 0.0, 0.0, 0.125, 0.25, 0.375, 0.5, 0.625, 0.75, 0.875, 1.0, 1.0, 1.0, 1.0, 1.0 };

// Act
KnotVector knots = new KnotVector(degree, ctrlPts);

Expand Down

0 comments on commit ca724d7

Please sign in to comment.