Changes between Initial Version and Version 2 of Ticket #2263


Ignore:
Timestamp:
Mar 7, 2008, 8:51:40 AM (16 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2263

    • Property Cc warmerdam added
    • Property Component defaultUtilities
    • Property Priority normalhigh
    • Property Milestone1.5.1
    • Property Owner changed from warmerdam to Mateusz Łoskot
  • Ticket #2263 – Description

    initial v2  
    11fixed by replacing
     2{{{
    23poVDS = new VRTDataset( nOXSize, nOYSize );
     4}}}
    35with
     6{{{
    47poVDS = ( VRTDataset * ) VRTCreate( nOXSize, nOYSize );
     8}}}