Skip to content

Commit 01949c5

Browse files
author
deseilligny
committed
Merge branch 'mpd'
2 parents 5abb5d3 + 5fd7dde commit 01949c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MMVII/src/Mappings/cManifold.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ template<int DimE> void BenchManifold_Sphere()
310310
tPtE aPtProj = aSph.Proj(aPtS2) ;
311311
MMVII_INTERNAL_ASSERT_bench(Norm2(aPtS - aPtProj)<1e-6,"Proj in BenchManifold_Sphere");
312312

313-
if (0) // (Norm2(aPtS-aPtS2)>1e-8)
313+
if (NeverHappens()) // (Norm2(aPtS-aPtS2)>1e-8)
314314
{
315315
static int aCpt=0; aCpt++;
316316
StdOut() << " Prrrojj= " << Norm2(aPtS - aPtProj) << " " << aPtS - aSph.ApproxProj(aPtS2)<< "\n";

0 commit comments

Comments
 (0)