Ignore:
Timestamp:
Oct 11, 2012, 10:07:12 AM (12 years ago)
Author:
sommeria
Message:

merge_proj updated to account for new format in field transform (variable nbre of input parma)

File:
1 edited

Legend:

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

    r536 r550  
    350350                    end
    351351                elseif testsum(ivar)==1% variable representing fixed coordinates
    352                     eval(['VarInit=DataOut.' VarName ';']);
     352                    VarInit=DataOut.(VarName);
    353353                    if isempty(errormsg) && ~isequal(VarVal,VarInit)
    354354                        displ_uvmat('ERROR',['time series requires constant coordinates ' VarName],checkrun)
Note: See TracChangeset for help on using the changeset viewer.