Changeset 89 for trunk/src/sub_field.m


Ignore:
Timestamp:
May 20, 2010, 1:48:25 AM (14 years ago)
Author:
sommeria
Message:

many bug corrections and cleaning. Activation of the BW option in uvmat. Improvement of the interaction of get_field with uvmat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sub_field.m

    r86 r89  
    202202                V_1 =interp2(X_1,Y_1,V_1,x,y');
    203203           end
    204            val(['SubData.' UName '=Field.' UName '-U_1;'])
    205            val(['SubData.' VName '=Field.' VName '-V_1;'])
     204           eval(['SubData.' UName '=Field.' UName '-U_1;'])
     205           eval(['SubData.' VName '=Field.' VName '-V_1;'])
    206206       else
    207207           AName=Field.ListVarName{ivar_C};
Note: See TracChangeset for help on using the changeset viewer.