getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Yves Renard
Subject: [Getfem-commits] (no subject)
Date: Fri, 26 May 2017 04:31:17 -0400 (EDT)

branch: devel-yves
commit 3f457efe05a6853cf52477191cd50d13e1c854b7
Author: Yves Renard <address@hidden>
Date:   Fri May 26 10:15:11 2017 +0200

    Forgot this
---
 tests/geo_trans_inv.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/geo_trans_inv.cc b/tests/geo_trans_inv.cc
index 9c92b89..448b70e 100644
--- a/tests/geo_trans_inv.cc
+++ b/tests/geo_trans_inv.cc
@@ -60,7 +60,7 @@ void check_inversion(bgeot::pgeometric_trans pgt, const 
std::vector<base_node>&
   bool multiple_solutions = false;
   if (err < 1e-10 && gmm::vect_dist2(Pref,expected_Pref) > 1e-5) { 
multiple_solutions = true; }
   if ((is_in != expected_in && !multiple_solutions) || err > 1e-10) {
-    cerr << "Error with inversion of " << bgeot::name_of_geometric_trans(pgt) 
<< " on convex: " << cvpts << "\n";
+    cerr << "Error with inversion of " << bgeot::name_of_geometric_trans(pgt) 
<< " on convex: " << gmm::vref(cvpts) << "\n";
     cerr << "  inversion of point " << P << " gave point " << Pref;
     if (expected_in) cerr << "  the point is known to be IN the convex.";
     else cerr << "  the point is known to be OUTSIDE the convex.";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]