diff --git a/Common/Views.cpp b/Common/Views.cpp index a5628f64fe01b9e291bd824c7e51de4cd4ae2012..c928347ca27e032a84b6000e174defb7a1a7bee8 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,4 +1,4 @@ -// $Id: Views.cpp,v 1.44 2001-07-31 06:02:56 geuzaine Exp $ +// $Id: Views.cpp,v 1.45 2001-07-31 08:02:26 geuzaine Exp $ #include <set> #include "Gmsh.h" @@ -825,7 +825,7 @@ void Post_View :: smooth (){ } -// a small utility ti smooth normals +// a small utility to smooth normals void Post_View :: reset_normals(){ if(normals) delete normals; @@ -860,4 +860,3 @@ bool Post_View :: get_normal(double x, double y, double z, return true; } -