Skip to content

Commit

Permalink
Update rightVolume
Browse files Browse the repository at this point in the history
  • Loading branch information
dsn27 committed Sep 12, 2024
1 parent 53e2150 commit 85afabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CADability.Tests/ProjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ public void import_step_issue153_succeeds()
var vol = solid.Volume(0);

//If this file is imported as mm instead of m the volume will be around 0.00055309963466116513
//The real volumen should be around 552888.978403358
double rightVolume = 552888.978403358;
//The real volumen should be around 553099.66263763292
double rightVolume = 553099.66263763292;
Debug.Assert((Math.Abs(vol - rightVolume) < Precision.eps));
}
}
Expand Down

0 comments on commit 85afabd

Please sign in to comment.