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

*** empty log message ***

parent afc3df4b
No related branches found
No related tags found
No related merge requests found
......@@ -895,7 +895,7 @@ StringXNumber MeshOptions_Number[] = {
"Field format for Nastran BDF files (0=free, 1=small, 2=large)" },
{ F|O, "CharacteristicLengthFactor" , opt_mesh_lc_factor , 1.0 ,
"Factor applied to all characteristic lengths" },
{ F|O, "CharacteristicLengthFactor" , opt_mesh_lc_min, 0.0 ,
{ F|O, "CharacteristicLengthMin" , opt_mesh_lc_min, 0.0 ,
"Minimum mesh size" },
{ F|O, "CharacteristicLengthFromCurvature" , opt_mesh_lc_from_curvature , 0. ,
"Compute characteritic lenghts automatically from curvatures" },
......
// $Id: meshGEdge.cpp,v 1.47 2008-01-14 21:29:14 remacle Exp $
// $Id: meshGEdge.cpp,v 1.48 2008-01-15 14:54:56 geuzaine Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
......@@ -310,7 +310,7 @@ void meshGEdge::operator() (GEdge *ge)
// Send a messsage to the GMSH environment
if (length == 0.0)
Msg(GERROR,"Curve %d has a zero length\n",ge->tag());
Msg(GERROR,"Curve %d has a zero length", ge->tag());
List_Reset(Points);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment