This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen

Bug 598

Summary: Use Scalar(0) instead of simple 0
Product: Eigen Reporter: cDc <cdc.seacave>
Component: GeometryAssignee: Nobody <eigen.nobody>
Status: RESOLVED FIXED    
Severity: minor CC: gael.guennebaud, hauke.heibel, jacob.benoit.1
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:

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.