On Wed, Nov 5, 2008 at 12:41 AM, Petry Stefan <[EMAIL PROTECTED]> wrote: > Good morning to everyone, > > I´ve a question about the file "mesh_triangle_support": > > In function Triangle::init() you´re declaring "t" as t.regionlist and > t.numberofregions but you don´t use it anywhere! > > Is there something planned to use this two structure-variables in e.g > TriangleInterface::triangulate() or other function?
Hi, They're being initialized for completeness, even though they might not be used directly in LibMesh, they may be used internally by the Triangle library. The triangulateio object is a C struct coming from the Triangle library itself, and I wrote the init and destroy functions to act like constructors for this object. -- John ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
