Wednesday, October 6, 2010

No Warnings

Got rid of the warnings in my Math Library.  Did so by instead of returning a Vect(calculations,calculations,calculations) or something of the like, I created a new object of type that needed to be returned, set all the values in that object, and returned the object.

While it was kinda hell doing all that stuff in one night/following day, it was kinda fun running the tests and getting successful results.

No comments:

Post a Comment