Silo
Silo copied to clipboard
silodiff of differing datatype is operand order dependent
cqid: VisIt00009000cqsubmitter: Mark Millercqsubmitdate: 12/17/09 I added logic to browser to handle diffing arrays of different type (long and int for example). However, this appears to be somewhat order dependent as it winds up casting to one of the to forms to perform the compare. It should probably cast always to the higher precision form (e.g. the one where sizeof() returns the greater number), whichever that is.
-----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete record of the original redmine ticket.
Ticket number: 326 Status: Pending Project: VisIt Tracker: Bug Priority: Normal Subject: silodiff of differing datatype is operand order dependent Assigned to: - Category: - Target version: - Author: Mark Miller Start: Due date: % Done: 0% Estimated time: Created: 08/04/2010 01:26 pm Updated: Likelihood: 4 - Common Severity: 2 - Minor Irritation Found in version: 4.7.1 Impact: Expected Use: OS: All Support Group: DOE/ASC Description: cqid: VisIt00009000cqsubmitter: Mark Millercqsubmitdate: 12/17/09 I added logic to browser to handle diffing arrays of different type (long and int for example). However, this appears to be somewhat order dependent as it winds up casting to one of the to forms to perform the compare. It should probably cast always to the higher precision form (e.g. the one where sizeof() returns the greater number), whichever that is.
Comments: