Ignore:
Timestamp:
09/20/16 20:15:00 (8 years ago)
Author:
smasson
Message:

set of bugfixes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/neighbor.pro

    r371 r501  
    6969    IF arg_present(distance) THEN distance = sqrt(distance) 
    7070  ENDELSE 
    71   RETURN, where(distance EQ min(distance)) 
     71  minval = min(distance, indmin) 
     72  RETURN, indmin 
    7273END 
Note: See TracChangeset for help on using the changeset viewer.