Changeset 1218


Ignore:
Timestamp:
07/02/09 15:45:56 (16 years ago)
Author:
Eric.Larour
Message:

little bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/processdata.m

    r1171 r1218  
    5959        %log?
    6060        if ~isnan(options_structure.log),
    61                 data=log(data)/log(options_structure.log);
     61                pos=find(~isnan(data));
     62                data(pos)=log(data(pos))/log(options_structure.log);
    6263        end
    6364end
Note: See TracChangeset for help on using the changeset viewer.