Changes between Initial Version and Version 1 of Ticket #84


Ignore:
Timestamp:
08/20/07 17:57:07 (17 years ago)
Author:
arango
Comment:

Yes. Good catch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #84

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #84 – Description

    initial v1  
    11regrid.F, bottom, has:
     2
     3{{{
    24      IF (iflag.eq.linear) THEN
    3         CALL linterp2d (ng, 1, Nx, 1, Nx,                               &
     5        CALL linterp2d (ng, 1, Nx, 1, Nx,                 
     6              &
    47         ............
    58      ELSE IF (iflag.eq.cubic) THEN
     
    710         .......
    811      END IF
     12}}}
    913
    1014I think this should be
     15
     16{{{
    1117        CALL linterp2d (ng, 1, Nx, 1, Ny,                               &
    1218        CALL cinterp2d (ng, 1, Nx, 1, Ny,                               &
     19}}}
    1320
    1421