hi all,

The last argument in mk_metaball(..) defined in src/libwdb/wdb.c looks
erroneous to me

it reads fastf_t *verts[5]

As per [1] this means verts is a 5 array of pointers of type floats.

Instead i think this should be fastf_t (*verts)[5] which would mean verts
is a pointer to 5 array of fastf_t.

Please see if my explanations is right!

Best,

Raj

[1] http://unixwiz.net/techtips/reading-cdecl.html
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to