Changes between Initial Version and Version 2 of Ticket #2521


Ignore:
Timestamp:
Aug 2, 2008, 8:05:16 AM (16 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2521 – Description

    initial v2  
    3636}}}
    3737
    38 IMHO, OGRXPlaneAirwayHashDouble should just use std::memcpy and it will solve the problem.
     38IMHO, OGRXPlaneAirwayHashDouble ~~should use std::memcpy~~ should cast double to two 32-bit words with union (patch attached), and it will solve the problem.