Hi,

Sean has left the following comment at Create a COMPREHENSIVE unit test for bn_dist_pt3_pt3() http://www.google-melange.com/gci/task/view/google/gci2012/7973230:


almost :)


Heh, almost. Now you have the reverse problem. The scanf() function says %lf must be a double, yet you're providing a fastf_t. You need to scan into a double and copy into a fastf_t in order to pass to the function (see include/vmath.h: VMOVE()). Use point_t instead of fastf_t[3] since that's what the bn function is really expecting, too.


Greetings,
The Google Open Source Programs Team


---
You are receiving this message because you are subscribed to Create a COMPREHENSIVE unit test for bn_dist_pt3_pt3(). To stop receiving these messages, go to: http://www.google-melange.com/gci/task/view/google/gci2012/7973230.

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
BRL-CAD Tracker mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-tracker

Reply via email to