We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d3ec6 commit 5fd7ddeCopy full SHA for 5fd7dde
MMVII/src/Mappings/cManifold.cpp
@@ -310,7 +310,7 @@ template<int DimE> void BenchManifold_Sphere()
310
tPtE aPtProj = aSph.Proj(aPtS2) ;
311
MMVII_INTERNAL_ASSERT_bench(Norm2(aPtS - aPtProj)<1e-6,"Proj in BenchManifold_Sphere");
312
313
- if (0) // (Norm2(aPtS-aPtS2)>1e-8)
+ if (NeverHappens()) // (Norm2(aPtS-aPtS2)>1e-8)
314
{
315
static int aCpt=0; aCpt++;
316
StdOut() << " Prrrojj= " << Norm2(aPtS - aPtProj) << " " << aPtS - aSph.ApproxProj(aPtS2)<< "\n";
0 commit comments