Skip to content
  • Hajime Yoshimori's avatar
    Fix assignment of coordinates for XdmfRectilnearGrid · 74a504f4
    Hajime Yoshimori authored
    In conversion of vtkRectilinearGrid to XdmfRectilinearGrid,
    vtkRectilinearGrid::XCoordinates should be set to XCoords of
    XdmfRectilinearGrid and vtkRectilinearGrid::ZCoordinates should be
    set to ZCoords of XdmfRectilinearGrid respectively.
    
    Both XdmfRectilinearGrid and vtkRectilinearGrid use the topology that
    X (or I) indices varies at first.
    74a504f4