Changeset 106


Ignore:
Timestamp:
Jul 7, 2010 4:03:20 PM (13 years ago)
Author:
vondreel
Message:

an real change to histogram2d.for

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/histogram2d.for

    r104 r106  
    2828      REAL*8      XLIM(0:1),YLIM(0:1)
    2929      INTEGER*8   NST(0:NXBINS-1,0:NYBINS-1)
    30       REAL*8      HST(0:NXBINS-1,0:NYBINS-1)
     30      REAL*4      HST(0:NXBINS-1,0:NYBINS-1)
    3131      REAL*8      HSTX(0:NXBINS),HSTY(0:NYBINS)
    3232
Note: See TracChangeset for help on using the changeset viewer.