Changeset 34 for trunk/src/uvmat.m


Ignore:
Timestamp:
Mar 3, 2010, 11:58:05 PM (14 years ago)
Author:
sommeria
Message:

get_field: list of actions put as functions in subdir get_field (like done for series), store and retrieve the latest opened files.
series: bug repair for action functions
read_get_field: bug repair for the case of vectors with unstructured coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r33 r34  
    325325else
    326326   if ishandle(handles.UVMAT_title)
    327        fid=fopen('revision.log')
     327       fid=fopen('revision.log');
    328328       if fid~=-1
    329329        a=textscan(fid,'%s%s%s',1,'HeaderLines',1,'Delimiter','|');
Note: See TracChangeset for help on using the changeset viewer.