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

typos

parent e9de4ea9
No related branches found
No related tags found
No related merge requests found
// $Id: Geom.cpp,v 1.92 2005-10-09 17:45:37 geuzaine Exp $
// $Id: Geom.cpp,v 1.93 2005-10-10 16:16:50 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -683,7 +683,7 @@ void HighlightEntity(Vertex * v, Curve * c, Surface * s, int permanent)
char Message[256], temp[256];
// Note: in Gmsh < 1.61, we used to draw permanent highlights (the
// "red" selected lines, etc.) using incrmental drawing, i.e., by
// "red" selected lines, etc.) using incremental drawing, i.e., by
// drawing "over" the current picture in-between Draw() calls. This
// was fine for simple overlays on points and lines (that we could
// draw with a slightly larger width so that they would cover the
......
// $Id: Mesh.cpp,v 1.140 2005-10-09 18:00:54 geuzaine Exp $
// $Id: Mesh.cpp,v 1.141 2005-10-10 16:16:50 geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
......@@ -80,7 +80,7 @@ void draw_polygon_2d(double r, double g, double b, int n,
int getFirstPhysical(int type, int num)
{
// If we visualize the mesh by coloring the physical entities, or if
// we ask to display physical enyity labels on elements, this
// we ask to display physical entity labels on elements, this
// routine returns the number of the first physical entity of type
// "type" that contains the elementary entity "num"
if(CTX.mesh.color_carousel == 2 || CTX.mesh.label_type == 2){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment