Ignore:
Timestamp:
May 5, 2011 2:19:40 PM (14 years ago)
Author:
vondreele
Message:

fix "off by one" error in polymask.for
fix azimuth error in integration & plotting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/fsource/polymask.for ΒΆ

    r100 r282  
    1616      REAL*4       X(0:N-1),Y(0:N-1)
    1717      REAL*8       POLY(0:M-1,0:1)
    18       LOGICAL*1    MASK(N)
     18      LOGICAL*1    MASK(0:N-1)
    1919
    2020      INTEGER*4    I,K
Note: See TracChangeset for help on using the changeset viewer.