Ignore:
Timestamp:
May 21, 2025, 6:14:05 PM (13 days ago)
Author:
sommeria
Message:

image rescale included in civ_series input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/check_data_files.m

    r1164 r1181  
    176176            end
    177177        else
    178             datnum=datnum(datnum);%keep the non zero values corresponding to existing files
    179             filefound=filefound(datnum);
     178            datnum=datnum(datnum~=0);%keep the non zero values corresponding to existing files
     179            filefound=filefound(datnum~=0);
    180180            [first,ind]=min(datnum);
    181181            [last,indlast]=max(datnum);
Note: See TracChangeset for help on using the changeset viewer.