]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Grammar
authorESeNonFossiIo <esenonfossiio@gmail.com>
Thu, 14 Jul 2016 16:03:04 +0000 (18:03 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Thu, 4 Aug 2016 08:44:10 +0000 (10:44 +0200)
source/grid/manifold_lib.cc

index aee78e7430d46a1e60879559af52389e022e7723..c263f0ec710a0e412be5671f7181d3f39adbb7c8 100644 (file)
@@ -188,10 +188,10 @@ get_new_point (const Point<spacedim> &p1,
   // Find the angle gamma described by v1 and v2:
   const double gamma = std::acos((v1*v2)/(r1*r2));
 
-  // Find the angle sigma that correspont to archlengh equal to w
+  // Find the angle sigma that corresponds to arclength equal to w
   const double sigma = (1-w) * gamma;
 
-  // Versor with the same direction of v1
+  // Unit vector with the same direction of v1
   const Tensor<1,spacedim> t = v1/r1;
   // Normal to v1 in the plane described by v1,v2,and the origin.
   Tensor<1,spacedim> n = v2 - (v2*t)*t;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.