Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test cases updated #19

Merged
merged 2 commits into from
Jun 29, 2015
Merged

Test cases updated #19

merged 2 commits into from
Jun 29, 2015

Conversation

acrlakshman
Copy link
Collaborator

  • Added binary STL file for cube (obtained by converting cube_ascii.stl)
    using convertSTL (https://github.com/cmpolis/convertSTL)
  • Updated test cases accordingly
  • Helper functions are added to members in mesh_io_defines.hpp

Signed-off-by: Lakshman Anumolu [email protected]

* Added binary STL file for cube (obtained by converting cube_ascii.stl)
using convertSTL (https://github.com/cmpolis/convertSTL)
* Updated test cases accordingly
* Helper functions are added to members in mesh_io_defines.hpp

Signed-off-by: Lakshman Anumolu <[email protected]>
Vec4((T)0, (T)0, (T)0, (T)0);
}

bool equal(Vec4& pVec4) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overload == and != operators instead of using a function. Also, since you have many other member functions, i think we can promote this to a proper class with proper constructors, setters, getters, destructors and other operator overloads.

Signed-off-by: Lakshman Anumolu <[email protected]>
@9prady9
Copy link
Owner

9prady9 commented Jun 29, 2015

Accepting it now, will fix the inl file thing along with my changes.

9prady9 added a commit that referenced this pull request Jun 29, 2015
@9prady9 9prady9 merged commit 5d1d7c8 into 9prady9:master Jun 29, 2015
@9prady9 9prady9 deleted the unit_tests branch June 29, 2015 14:31
9prady9 added a commit that referenced this pull request Feb 21, 2020
@9prady9 9prady9 added the test label Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants