From f3a9cf598f76d36b6c5f3da343232fdcbcb95996 Mon Sep 17 00:00:00 2001 From: Thomas Toulorge <thomas.toulorge@mines-paristech.fr> Date: Thu, 23 Aug 2012 15:15:47 +0000 Subject: [PATCH] Fixed erroneous comment about eigendecomposition in SMetric3 constructor --- Geo/STensor3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geo/STensor3.h b/Geo/STensor3.h index 398596f151..d286062dd3 100644 --- a/Geo/STensor3.h +++ b/Geo/STensor3.h @@ -53,7 +53,7 @@ class SMetric3 { const SVector3 &t2, const SVector3 &t3) { - // M = e^1 * diag * e^1^t + // M = e^t * diag * e // where the elements of diag are l_i = h_i^-2 // and the rows of e are the UNIT and ORTHOGONAL directions -- GitLab