Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] fe2267: [470844]MeshAppState floating point equality check...

  Branch: refs/heads/master
  Home:   https://github.com/eclipse/ice
  Commit: fe226793eb8075df017379805f37d037704e1b0b
      https://github.com/eclipse/ice/commit/fe226793eb8075df017379805f37d037704e1b0b
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/mesh/MeshAppState.java

  Log Message:
  -----------
  [470844]MeshAppState floating point equality checking repaired

MeshAppState no longer directly tests for the equality of two floating
point numbers. It instead properly takes the absolute value of their
difference and compares it to a small delta value.

Bug: 470844 https://bugs.eclipse.org/bugs/show_bug.cgi?id=470844
Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>


  Commit: 7392a04aa6f180a9b8e57f0b850d26cb47c8d23c
      https://github.com/eclipse/ice/commit/7392a04aa6f180a9b8e57f0b850d26cb47c8d23c
  Author: Jay Jay Billings <jayjaybillings@xxxxxxxxx>
  Date:   2015-06-26 (Fri, 26 Jun 2015)

  Changed paths:
    M src/org.eclipse.ice.client.widgets.rcp/src/org/eclipse/ice/client/widgets/mesh/MeshAppState.java

  Log Message:
  -----------
  Merge pull request #18 from SmithRWORNL/Bug470844

[470844]MeshAppState floating point equality checking repaired


Compare: https://github.com/eclipse/ice/compare/286ac737a54e...7392a04aa6f1

Back to the top