This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 598 - Use Scalar(0) instead of simple 0
Summary: Use Scalar(0) instead of simple 0
Status: RESOLVED FIXED
Alias: None
Product: Eigen
Classification: Unclassified
Component: Geometry (show other bugs)
Version: unspecified
Hardware: All All
: Normal minor
Assignee: Nobody
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 12:09 UTC by cDc
Modified: 2019-12-04 12:18 UTC (History)
3 users (show)



Attachments

Description cDc 2013-05-09 12:09:10 UTC
in eulerAngles() please replace >0?1:-1 with >Scalar(0)?Scalar(1):Scalar(-1)
Comment 1 Gael Guennebaud 2013-06-10 12:06:28 UTC
https://bitbucket.org/eigen/eigen/commits/45129821f1d1/
Changeset:   45129821f1d1
User:        ggael
Date:        2013-06-10 12:03:55
Summary:     Fix bug 598: add explicit cast to Scalar type
Comment 2 Nobody 2019-12-04 12:18:44 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/598.

Note You need to log in before you can comment on or make changes to this bug.