Skip to content
Snippets Groups Projects
Commit 2d2d4db6 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo

parent 1330fb24
No related branches found
No related tags found
No related merge requests found
// $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 <set>
#include "Gmsh.h" #include "Gmsh.h"
...@@ -825,7 +825,7 @@ void Post_View :: smooth (){ ...@@ -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(){ void Post_View :: reset_normals(){
if(normals) delete normals; if(normals) delete normals;
...@@ -860,4 +860,3 @@ bool Post_View :: get_normal(double x, double y, double z, ...@@ -860,4 +860,3 @@ bool Post_View :: get_normal(double x, double y, double z,
return true; return true;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment