Changeset 343 for trunk/src/series.m


Ignore:
Timestamp:
Dec 21, 2011, 10:12:13 AM (13 years ago)
Author:
sommeria
Message:

-bugs repaired in civ
-change in find_file_series to account for possible file index 0
-name2display suppressed in all functions, replaced by fileparts_uvmat (except incorporated in civ_3D)
-open_uvmat introduced to open files from a list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series.m

    r342 r343  
    449449
    450450%% look for min and max indices existing in the file series and update NomType
    451 [RootPath,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,Object]=find_file_series(fileinput);
     451[RootPath,RootFile,i1_series,i2_series,j1_series,j2_series,NomType,FileType,Object]=find_file_series(fileinput)
    452452MinIndex_i=min(i1_series(i1_series>0));
    453453if ~isempty(i2_series)
Note: See TracChangeset for help on using the changeset viewer.